NavidromeApp/watchOS
Dallas Groot 758d7a5ebd quick fix
NowPlayingView.swift — The _radioProgressBarImpl stub I left as a
“reference” comment block was still compiled by Swift and referenced
isDraggingSlider, dragPosition, and playbackTime which no longer exist
on NowPlayingView. Removed the entire stub. Also transportControls had
one remaining playbackTime reference — replaced with
audioPlayer.currentTime directly since transport controls genuinely
need the current position for the timeshift enable/disable logic and
don’t cause a body re-eval issue there.
NavidromeWatchApp.swift — syncLibrary() is declared async not async
throws, so try? was redundant. Removed it.
2026-04-11 16:31:24 -07:00
..
App quick fix 2026-04-11 16:31:24 -07:00
Audio debugging high cpu usages 2026-04-11 16:15:27 -07:00
Resources watchos info.plist fix 2026-04-10 07:52:45 -07:00
Views Update from NavidromePlayer.zip (2026-04-03 19:32) 2026-04-03 19:32:06 -07:00