Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
nathom 2021-07-03 15:08:08 -07:00
parent 97318017e0
commit e2483ca90c
8 changed files with 98 additions and 8 deletions

View file

@ -217,6 +217,8 @@ class MusicDL(list):
"video_downloads_folder"
],
"add_singles_to_folder": filepaths["add_singles_to_folder"],
"max_artwork_width": int(artwork["max_width"]),
"max_artwork_height": int(artwork["max_height"]),
}
def download(self):