From e176f52a75329ecb32c8620614d21df7734242ba Mon Sep 17 00:00:00 2001 From: sstent Date: Sat, 16 Aug 2025 15:18:40 +0000 Subject: [PATCH] sync --- modules/home-manager/beets/default.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/modules/home-manager/beets/default.nix b/modules/home-manager/beets/default.nix index 7778b4b..f899589 100644 --- a/modules/home-manager/beets/default.nix +++ b/modules/home-manager/beets/default.nix @@ -64,15 +64,7 @@ in { return f' [{atype}]' ''; 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 = { bracket = "[]";