mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Fix player overlay opacity
This commit is contained in:
@@ -10,7 +10,7 @@ extension PlayerModel {
|
||||
}
|
||||
|
||||
var videoForDisplay: Video? {
|
||||
videoBeingOpened ?? (closing ? nil : currentVideo)
|
||||
videoBeingOpened ?? currentVideo
|
||||
}
|
||||
|
||||
func play(_ videos: [Video], shuffling: Bool = false) {
|
||||
|
Reference in New Issue
Block a user