Add option to disable proxying video streams for Invidious

This commit is contained in:
Arkadiusz Fal
2022-07-21 23:52:09 +02:00
parent 6ce9ed3063
commit 827c64719c
7 changed files with 42 additions and 12 deletions

View File

@@ -58,4 +58,8 @@ enum VideosApp: String, CaseIterable {
var supportsOpeningChannelsByName: Bool {
self == .piped
}
var allowsDisablingVidoesProxying: Bool {
self == .invidious
}
}