removed GetPause double
This commit is contained in:
		@ -53,10 +53,6 @@ func GetPlaylist(socket string) ([]PlaylistEntry, error) {
 | 
			
		||||
	return GetProperty[[]PlaylistEntry](socket, "playlist")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func GetPause(socket string) (bool, error) {
 | 
			
		||||
	return GetProperty[bool](socket, "pause")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func GetPlaylistPosition(socket string) (int, error) {
 | 
			
		||||
	return GetProperty[int](socket, "playlist-pos")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user