mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 14:47:16 -04:00
no log: removing forgotten line
This commit is contained in:
parent
de9ce4d13d
commit
a4cfb0077b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue