NavidromeApp/iOS/Views
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
..
Common debugging high cpu usages 2026-04-11 16:15:27 -07:00
Companion bug fixes 2026-04-11 15:09:06 -07:00
Library memory improvements 2026-04-11 15:37:14 -07:00
Login bug fixes 2026-04-10 16:55:09 -07:00
NowPlaying quick fix 2026-04-11 16:31:24 -07:00
Visualizer overhaul 2026-04-11 11:17:40 -07:00