Skip to content

Commit

Permalink
Bad cut and paste job
Browse files Browse the repository at this point in the history
  • Loading branch information
Darklyter committed Aug 2, 2023
1 parent 22e2cf4 commit bc739cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def update(self, metadata, media, lang, force=False):
# Set series and add to collections
if Prefs["CreateSiteCollectionTags"]:
if not data["studio"] is None:
if Prefs["CustomStudioCollectionPrefix"]:
if Prefs["CustomSiteCollectionPrefix"]:
if Prefs["PrefixSiteCollectionTags"]:
SitePrefix = Prefs["PrefixSiteCollectionTags"]
else:
Expand Down

0 comments on commit bc739cc

Please sign in to comment.