fix docs
This commit is contained in:
parent
7e05a31539
commit
e29a3683d0
2 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue