mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Fix music mode controls
This commit is contained in:
parent
0061bd8c20
commit
2583be9401
@ -52,7 +52,7 @@ struct PlayerControls: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var showControls: Bool {
|
var showControls: Bool {
|
||||||
player.activeBackend == .mpv || !avPlayerUsesSystemControls
|
player.activeBackend == .mpv || !avPlayerUsesSystemControls || player.musicMode
|
||||||
}
|
}
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
|
Loading…
Reference in New Issue
Block a user