mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Local videos fixes
This commit is contained in:
@@ -806,7 +806,7 @@ final class PlayerModel: ObservableObject {
|
||||
|
||||
#if os(macOS)
|
||||
var windowTitle: String {
|
||||
currentVideo.isNil ? "Not Playing" : "\(currentVideo!.title) - \(currentVideo!.author)"
|
||||
currentVideo.isNil ? "Not Playing" : "\(currentVideo!.displayTitle) - \(currentVideo!.displayAuthor)"
|
||||
}
|
||||
#else
|
||||
func handleEnterForeground() {
|
||||
|
Reference in New Issue
Block a user