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