This commit is contained in:
panni
2021-03-08 03:48:07 +01:00
parent c77489a5be
commit 58aa0da32f
+2 -2
View File
@@ -779,8 +779,8 @@ class Config(object):
if not Prefs["subtitles.save.filesystem"]:
return
fld_custom = Prefs["subtitles.save.subFolder.Custom"].strip() if cast_bool(
Prefs["subtitles.save.subFolder.Custom"]) else None
fld_custom = Prefs["subtitles.save.subFolder.Custom"].strip() if \
Prefs["subtitles.save.subFolder.Custom"] else None
return fld_custom or (
Prefs["subtitles.save.subFolder"] if Prefs["subtitles.save.subFolder"] != "current folder" else None)