NavidromeApp/watchOS/App
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
..
NavidromeWatchApp.swift quick fix 2026-04-11 16:31:24 -07:00
WatchOfflineStore.swift debugging high cpu usages 2026-04-11 16:15:27 -07:00
WatchSessionManager.swift quick fixes 2026-04-11 00:59:53 -07:00