sync playback time when seeking and starting new tracks

This commit is contained in:
Drew Weymouth
2025-03-30 13:08:18 -07:00
parent 447519c413
commit 2701bb3f7f
5 changed files with 75 additions and 15 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ func (m *Controller) HaveModal() bool {
func (m *Controller) ShowCastMenu(onPendingPlayerChange func()) {
rp := m.App.PlaybackManager.CurrentRemotePlayer()
devices := m.App.PlaybackManager.RemotePlayers()
local := fyne.NewMenuItem(lang.L("Local player"), func() {
local := fyne.NewMenuItem(lang.L("This computer"), func() {
onPendingPlayerChange()
go func() {
if err := m.App.PlaybackManager.SetRemotePlayer(nil); err != nil {