Add option to not truncate filname #340

This commit is contained in:
Nathan Thomas 2022-06-14 12:35:08 -07:00
parent e86e560ce0
commit 26da00f1a2
3 changed files with 13 additions and 5 deletions

View file

@ -216,6 +216,7 @@ class RipCore(list):
concurrency = session["downloads"]["concurrency"]
return {
"restrict_filenames": filepaths["restrict_characters"],
"truncate_filenames": filepaths["truncate"],
"parent_folder": session["downloads"]["folder"],
"folder_format": filepaths["folder_format"],
"track_format": filepaths["track_format"],