mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 18:08:12 +00:00
Channels caching
This commit is contained in:
@@ -98,7 +98,7 @@ struct RecentItem: Defaults.Serializable, Identifiable {
|
||||
return nil
|
||||
}
|
||||
|
||||
return Channel(id: id, name: title)
|
||||
return Channel(app: .invidious, id: id, name: title)
|
||||
}
|
||||
|
||||
var playlist: ChannelPlaylist? {
|
||||
|
Reference in New Issue
Block a user