mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Player layout fixes
This commit is contained in:
@@ -86,6 +86,10 @@ final class MPVBackend: PlayerBackend {
|
||||
client?.tracksCount ?? -1
|
||||
}
|
||||
|
||||
var aspectRatio: Double {
|
||||
client?.aspectRatio ?? VideoPlayerView.defaultAspectRatio
|
||||
}
|
||||
|
||||
var frameDropCount: Int {
|
||||
client?.frameDropCount ?? 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user