mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-17 02:18:51 +00:00
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