fixed SetLoopFile
This commit is contained in:
		@ -26,8 +26,8 @@ func SetPlaylistPosition(socket string, index int) error {
 | 
			
		||||
	return SetProperty(socket, "playlist-pos", index)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func SetLoopSong(socket string, loopSong bool) error {
 | 
			
		||||
	return SetProperty(socket, "loop-song", loopSong)
 | 
			
		||||
func SetLoopFile(socket string, loopFile bool) error {
 | 
			
		||||
	return SetProperty(socket, "loop-file", loopFile)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func SetLoopPlaylist(socket string, loopPlaylist bool) error {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user