mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 18:54:11 +00:00
Add option to disable proxying video streams for Invidious
This commit is contained in:
@@ -58,4 +58,8 @@ enum VideosApp: String, CaseIterable {
|
||||
var supportsOpeningChannelsByName: Bool {
|
||||
self == .piped
|
||||
}
|
||||
|
||||
var allowsDisablingVidoesProxying: Bool {
|
||||
self == .invidious
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user