added GetPlaylist()
This commit is contained in:
8
playlist_entry.go
Normal file
8
playlist_entry.go
Normal file
@ -0,0 +1,8 @@
|
||||
package mpvipc
|
||||
|
||||
type PlaylistEntry struct {
|
||||
Filename string `json:"filename"`
|
||||
Current bool `json:"current"`
|
||||
Playing bool `json:"playing"`
|
||||
ID int `json:"id"`
|
||||
}
|
Reference in New Issue
Block a user