expose repeat mode through MPRIS
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ func NewBottomPanel(p *player.Player, pm *backend.PlaybackManager, contr *contro
|
||||
p.OnStopped(func() {
|
||||
bp.Controls.SetPlaying(false)
|
||||
})
|
||||
pm.OnLoopModeChange(func(mode string) {
|
||||
pm.OnLoopModeChange(func(mode backend.LoopMode) {
|
||||
bp.AuxControls.SetLoopMode(mode)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user