mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Add initial version of music mode
This commit is contained in:
@@ -50,7 +50,7 @@ final class PiPDelegate: NSObject, AVPictureInPictureControllerDelegate {
|
||||
}
|
||||
#endif
|
||||
|
||||
if !player.currentItem.isNil {
|
||||
if !player.currentItem.isNil, !player.musicMode {
|
||||
player?.show()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user