fix: nfoguard info being put at top
Local Docker Build (Dev) / build-dev (push) Successful in 5s

This commit is contained in:
2025-10-23 09:56:35 -04:00
parent 017681cd55
commit 6946ce2082
3 changed files with 29 additions and 20 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ class EpisodeNFOManager:
lockdata_elem = ET.SubElement(episode_elem, "lockdata")
lockdata_elem.text = "true"
# Add comment with source
# Add comment with source at the bottom
comment = ET.Comment(f" Created by {self.manager_brand} - Source: {source} ")
episode_elem.append(comment)