This commit is contained in:
2025-08-16 15:18:40 +00:00
parent 1738823a9d
commit e176f52a75

View File

@@ -65,14 +65,6 @@ in {
''; '';
first_artist = "albumartist.split(', ',1)[0:1][0]"; first_artist = "albumartist.split(', ',1)[0:1][0]";
clean_albumtype = ''
raw_type = album.get('MUSICBRAINZ_ALBUMTYPE', '')
if '; ' in raw_type:
return raw_type.replace('; ', '')
return raw_type
'';
}; };
albumtypes = { albumtypes = {
bracket = "[]"; bracket = "[]";