mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
Naming fix after rebrand
default instead of kometa
This commit is contained in:
parent
87f2621239
commit
c9a0fd5187
1 changed files with 3 additions and 3 deletions
|
@ -180,9 +180,9 @@ class Overlay:
|
||||||
return image_path
|
return image_path
|
||||||
|
|
||||||
if not self.name.startswith(("blur", "backdrop")):
|
if not self.name.startswith(("blur", "backdrop")):
|
||||||
if ("kometa" in self.data and self.data["kometa"]) or ("pmm" in self.data and self.data["pmm"]) or ("git" in self.data and self.data["git"] and self.data["git"].startswith("PMM/")):
|
if ("default" in self.data and self.data["default"]) or ("pmm" in self.data and self.data["pmm"]) or ("git" in self.data and self.data["git"] and self.data["git"].startswith("PMM/")):
|
||||||
if "kometa" in self.data and self.data["kometa"]:
|
if "default" in self.data and self.data["default"]:
|
||||||
temp_path = self.data["kometa"]
|
temp_path = self.data["default"]
|
||||||
elif "pmm" in self.data and self.data["pmm"]:
|
elif "pmm" in self.data and self.data["pmm"]:
|
||||||
temp_path = self.data["pmm"]
|
temp_path = self.data["pmm"]
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue