mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
not needed
This commit is contained in:
parent
5839bcf55e
commit
8022b629d4
1 changed files with 0 additions and 2 deletions
|
@ -99,8 +99,6 @@ class CollectionBuilder:
|
|||
txt = txt.replace("<<collection_name>>", str(self.name))
|
||||
for dm in default:
|
||||
if f"<<{dm}>>" in txt:
|
||||
if default[dm] is None:
|
||||
raise Failed(f"template default {dm} is blank")
|
||||
txt = txt.replace(f"<<{dm}>>", str(default[dm]))
|
||||
if txt in ["true", "True"]: return True
|
||||
elif txt in ["false", "False"]: return False
|
||||
|
|
Loading…
Reference in a new issue