NavidromeApp/iOS
Dallas Groot fc69d8a3cf CPU: Remove @Published from AudioPlayer time properties
Replace @Published var currentTime/duration with plain vars and drive
progress bars via TimelineView(.periodic) instead of SwiftUI
observation. This stops objectWillChange from firing 20x/second on
AudioPlayer, eliminating continuous body re-evaluation on
NowPlayingView, MiniPlayerBar, and MyMusicView regardless of
visualizer state.
2026-04-11 16:44:56 -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 CPU: Remove @Published from AudioPlayer time properties 2026-04-11 16:44:56 -07:00