Fix music mode controls

This commit is contained in:
Arkadiusz Fal 2023-05-25 14:28:56 +02:00
parent 0061bd8c20
commit 2583be9401

View File

@ -52,7 +52,7 @@ struct PlayerControls: View {
}
var showControls: Bool {
player.activeBackend == .mpv || !avPlayerUsesSystemControls
player.activeBackend == .mpv || !avPlayerUsesSystemControls || player.musicMode
}
var body: some View {