forked from midou/invidious
Allow disabling download widget for specific videos (in compliance with DMCA)
This commit is contained in:
@@ -99,6 +99,7 @@ user: String,
|
||||
default: Preferences.new(*ConfigPreferences.from_yaml("").to_tuple),
|
||||
converter: ConfigPreferencesConverter,
|
||||
},
|
||||
dmca_content: {type: Array(String), default: [] of String}, # For compliance with DMCA, disables download widget using list of video IDs
|
||||
})
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user