NavidromeApp/iOS
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 memory improvements 2026-04-11 15:37:14 -07:00
Data quick fix 2026-04-11 16:23:41 -07:00
Resources remove UIRequiresFullScreen 2026-04-10 07:20:20 -07:00
Views quick fix 2026-04-11 16:31:24 -07:00