mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Typo
This commit is contained in:
parent
fd190f6a9a
commit
0ea9fb01cc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from urllib.parse import urlparse
|
|||
logger = util.logger
|
||||
|
||||
builders = ["mdblist_list"]
|
||||
sort_names = ["score", "released", "imdbrating", "imdbvotes", "imdbpopular", "tmdbpopular", "rogerebert", "rtomatoes", "metacritics", "myanimelist", "budget", "revenue", "added"]
|
||||
sort_names = ["score", "released", "imdbrating", "imdbvotes", "imdbpopular", "tmdbpopular", "rogerebert", "rtomatoes", "metacritic", "myanimelist", "budget", "revenue", "added"]
|
||||
list_sorts = [f"{s}.asc" for s in sort_names] + [f"{s}.desc" for s in sort_names]
|
||||
base_url = "https://mdblist.com/lists"
|
||||
api_url = "https://mdblist.com/api/"
|
||||
|
|
Loading…
Reference in a new issue