Minor improvements

This commit is contained in:
Arkadiusz Fal
2022-12-19 13:45:41 +01:00
parent d80929bd88
commit 16e365ce6c
7 changed files with 19 additions and 17 deletions

View File

@@ -664,6 +664,10 @@ final class PlayerModel: ObservableObject {
}
func handleCurrentItemChange() {
if currentItem == nil {
FeedModel.shared.calculateUnwatchedFeed()
}
#if os(macOS)
Windows.player.window?.title = windowTitle
#endif