Skip to content

Commit

Permalink
Changed movie file id mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed May 29, 2024
1 parent 4c7478a commit 7ab4265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2534,7 +2534,7 @@ def db_update_single_series(
tmdbId = db_entry["tmdbId"]
year = db_entry["year"]
entryId = db_entry["id"]
movieFileId = 1 if "movieFileId" in db_entry else 0
movieFileId = db_entry["movieFileId"]
qualityMet = not QualityUnmet if db_entry["hasFile"] else False
customFormatMet = customFormat > minCustomFormat

Expand Down

0 comments on commit 7ab4265

Please sign in to comment.