Skip to content

Commit

Permalink
no log: removing forgotten line
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Oct 17, 2024
1 parent de9ce4d commit a4cfb00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bazarr/subtitles/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def upgrade_subtitles():
.join(episodes_to_upgrade, onclause=TableHistory.id == episodes_to_upgrade.c.id, isouter=True)
.where(episodes_to_upgrade.c.id.is_not(None)))
.all() if _language_still_desired(x.language, x.profileId) and
x.subtitles_path in x.external_subtitles and
x.video_path == x.path
]

Expand Down

0 comments on commit a4cfb00

Please sign in to comment.