diff --git a/addotherproviders.py b/addotherproviders.py index 8202904..6138737 100644 --- a/addotherproviders.py +++ b/addotherproviders.py @@ -110,7 +110,7 @@ def process_downloads(): tag = tinytag.TinyTag.get(final_path) metadata = { 'artist': tag.artist or 'Unknown', - 'album': tag.album or 'Unknown', + 'album': tag.album or 'Music', 'title': tag.title or display_name, 'duration': tag.duration or 0 }