fixing logic

This commit is contained in:
Jakub Jezek 2022-09-22 13:41:01 +02:00
parent 7063d21450
commit ca7300a95f
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -822,7 +822,7 @@ class OpenClipSolver(flib.MediaInfoFile):
# check if feed path already exists in track's feeds
if (
out_track_element is not None
and not self._feed_exists(out_track_element, new_path)
and self._feed_exists(out_track_element, new_path)
):
continue