From 06f6322d32e5a95478513a85abd539169b437eb4 Mon Sep 17 00:00:00 2001 From: Maveno Date: Mon, 4 Nov 2024 11:45:09 +0100 Subject: [PATCH] ff --- bin/ffx/media_descriptor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ffx/media_descriptor.py b/bin/ffx/media_descriptor.py index ad0ae0d..ac531b9 100644 --- a/bin/ffx/media_descriptor.py +++ b/bin/ffx/media_descriptor.py @@ -499,7 +499,7 @@ class MediaDescriptor: matchingSubtitleTrackDescriptor = [s for s in subtitleTracks if s.getIndex() == msfd["index"]] if matchingSubtitleTrackDescriptor: # click.echo(f"Found matching subtitle file {msfd["path"]}\n") - self.__logger.debug(f"importSubtitles(): Found matching subtitle file {msfd["path"]}") + self.__logger.debug(f"importSubtitles(): Found matching subtitle file {msfd['path']}") matchingSubtitleTrackDescriptor[0].setExternalSourceFilePath(msfd["path"])