From 116c1a77449b46f1e972a7b18c50f1ea757ba445 Mon Sep 17 00:00:00 2001 From: 7x11x13 Date: Mon, 30 Aug 2021 12:13:51 -0400 Subject: [PATCH] Change genre tags --- free_bandcamp_downloader/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free_bandcamp_downloader/main.py b/free_bandcamp_downloader/main.py index 29e58bb..d87c34a 100644 --- a/free_bandcamp_downloader/main.py +++ b/free_bandcamp_downloader/main.py @@ -189,7 +189,7 @@ def download_file(driver, album_data=None): continue f['website'] = page_url if album_data['tags']: - f['genre_tags'] = album_data['tags'] + f['genre'] = album_data['tags'] if album_data['about'] or album_data['credits']: comment = '' if album_data['about']: