From a4cfb0077b31140b5a58a06c93ab96ec48e22cbf Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Wed, 16 Oct 2024 23:41:49 -0400 Subject: [PATCH] no log: removing forgotten line --- bazarr/subtitles/upgrade.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bazarr/subtitles/upgrade.py b/bazarr/subtitles/upgrade.py index 8c2f3f5b6..42cf6d3f7 100644 --- a/bazarr/subtitles/upgrade.py +++ b/bazarr/subtitles/upgrade.py @@ -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 ]