Support Pulseaudio sink-inputs

This commit is contained in:
nemunaire 2023-11-13 20:00:28 +01:00
commit bbde2299fe
8 changed files with 145 additions and 10 deletions

View file

@ -180,7 +180,7 @@ func (s *MPVSource) CurrentlyPlaying() string {
return "-"
}
func (s *MPVSource) TogglePause() error {
func (s *MPVSource) TogglePause(id string) error {
if s.ipcSocket == "" {
return fmt.Errorf("Not supported")
}