mirror of
https://github.com/yattee/yattee.git
synced 2025-10-13 19:08:14 +00:00
Use cache for loading player queue and history
This commit is contained in:
@@ -197,7 +197,7 @@ struct Video: Identifiable, Equatable, Hashable {
|
||||
}
|
||||
|
||||
var isLocal: Bool {
|
||||
!VideoID.isValid(videoID)
|
||||
!VideoID.isValid(videoID) && videoID != Self.fixtureID
|
||||
}
|
||||
|
||||
var displayTitle: String {
|
||||
|
Reference in New Issue
Block a user