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 8f48ea71cd
commit 169a48e5f0
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
}
}