mirror of
https://github.com/yattee/yattee.git
synced 2026-02-10 21:09:47 +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