Use cache for loading player queue and history

This commit is contained in:
Arkadiusz Fal
2022-12-13 00:38:26 +01:00
parent 33a131d2ca
commit 1c746bc8e0
11 changed files with 66 additions and 53 deletions

View File

@@ -197,7 +197,7 @@ struct Video: Identifiable, Equatable, Hashable {
}
var isLocal: Bool {
!VideoID.isValid(videoID)
!VideoID.isValid(videoID) && videoID != Self.fixtureID
}
var displayTitle: String {