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. |
||
|---|---|---|
| .. | ||
| App | ||
| Audio | ||
| Resources | ||
| Views | ||