mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
collection_order fix
This commit is contained in:
parent
8e4526dbba
commit
e1e3c88990
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ class CollectionBuilder:
|
|||
if str(method_data).lower() == "release":
|
||||
self.details[method_name] = "release"
|
||||
elif str(method_data).lower() == "alpha":
|
||||
self.details[method_name] = "release"
|
||||
self.details[method_name] = "alpha"
|
||||
else:
|
||||
raise Failed(f"Collection Error: {method_data} collection_order invalid\n\trelease (Order Collection by release dates)\n\talpha (Order Collection Alphabetically)")
|
||||
elif method_name == "url_poster":
|
||||
|
|
Loading…
Reference in a new issue