diff --git a/apple/OmnivoreKit/Sources/App/Views/AudioPlayer/MiniPlayer.swift b/apple/OmnivoreKit/Sources/App/Views/AudioPlayer/MiniPlayer.swift index b66552bc9..b67795805 100644 --- a/apple/OmnivoreKit/Sources/App/Views/AudioPlayer/MiniPlayer.swift +++ b/apple/OmnivoreKit/Sources/App/Views/AudioPlayer/MiniPlayer.swift @@ -226,7 +226,6 @@ public struct MiniPlayer: View { slider.setThumbImage(image, for: .normal) slider.minimumTrackTintColor = tintColor - slider.value = 10 } HStack {