Add support for Invidious Saved Playlists (fix #259)

This commit is contained in:
Arkadiusz Fal
2022-08-21 16:05:26 +02:00
parent a51de0d084
commit 59632e8330
4 changed files with 29 additions and 16 deletions

View File

@@ -39,6 +39,10 @@ enum VideosApp: String, CaseIterable {
self == .invidious
}
var userPlaylistsUseChannelPlaylistEndpoint: Bool {
self == .piped
}
var userPlaylistsHaveVisibility: Bool {
self == .invidious
}