This commit is contained in:
Jesse Bannon 2025-06-18 22:25:39 -07:00
parent 7e05a31539
commit e29a3683d0
2 changed files with 1 additions and 7 deletions

View file

@ -841,13 +841,6 @@ for representing audio albums.
square_thumbnail: True square_thumbnail: True
``format_string``
Returns
-------
The literal format string, unformatted.
---------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------
static_nfo_tags static_nfo_tags

View file

@ -25,6 +25,7 @@ def should_filter_all_properties(plugin_name: str) -> bool:
"filter_include", "filter_include",
"filter_exclude", "filter_exclude",
"embed_thumbnail", "embed_thumbnail",
"square_thumbnail",
"video_tags", "video_tags",
"download", "download",
) )