mirror of
https://github.com/yaronzz/Tidal-Media-Downloader.git
synced 2026-06-13 12:15:12 +03:00
Fix for track file format reset
This commit is contained in:
@@ -215,7 +215,7 @@ def changeSettings():
|
||||
if trackFileFormat == '0' or isNull(trackFileFormat):
|
||||
pass
|
||||
elif trackFileFormat.lower() == "default":
|
||||
CONF.trackFileFormat = Settings.getDefaultAlbumFolderFormat()
|
||||
CONF.trackFileFormat = Settings.getDefaultTrackFileFormat()
|
||||
else:
|
||||
CONF.trackFileFormat = trackFileFormat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user