Skip to content

Commit

Permalink
[patch] v4 hotfix 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jan 8, 2024
1 parent dfe4c26 commit 020ea32
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 @@ -2135,7 +2135,7 @@ def db_update_single_series(
tmdbId = db_entry["tmdbId"]
year = db_entry["year"]
entryId = db_entry["id"]
movieFileId = db_entry["movieFileId"]
movieFileId = 1 if "movieFileId" in db_entry else 0
qualityMet = QualityUnmet

to_update = {
Expand Down

0 comments on commit 020ea32

Please sign in to comment.