Fix player overlay opacity

This commit is contained in:
Arkadiusz Fal
2023-04-24 12:57:31 +02:00
parent 40097de1fd
commit c7b64c973d
2 changed files with 8 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ extension PlayerModel {
}
var videoForDisplay: Video? {
videoBeingOpened ?? (closing ? nil : currentVideo)
videoBeingOpened ?? currentVideo
}
func play(_ videos: [Video], shuffling: Bool = false) {