File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5151# def extend_reimport_fresh_fields_item():
5252# importer.REIMPORT_FRESH_FIELDS_ITEM.extend(['tidal_track_popularity']
5353# )
54- REIMPORT_FRESH_FIELDS_ALBUM = [
54+ REIMPORT_FRESH_FIELDS_ITEM = [
5555 "data_source" ,
5656 "bandcamp_album_id" ,
5757 "spotify_album_id" ,
5858 "deezer_album_id" ,
5959 "beatport_album_id" ,
6060 "tidal_album_id" ,
61+ "data_url" ,
6162]
62- REIMPORT_FRESH_FIELDS_ITEM = list ( REIMPORT_FRESH_FIELDS_ALBUM )
63+ REIMPORT_FRESH_FIELDS_ALBUM = [ * REIMPORT_FRESH_FIELDS_ITEM , "media" ]
6364
6465# Global logger.
6566log = logging .getLogger ("beets" )
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ New features:
2626
2727Bug fixes:
2828
29+ - :doc: `plugins/musicbrainz ` Refresh flexible MusicBrainz metadata on reimport
30+ so format changes are applied. :bug: `6036 `
2931- :doc: `plugins/spotify ` Ensure ``spotifysync `` keeps popularity, ISRC, and
3032 related fields current even when audio features requests fail. :bug: `6061 `
3133- :doc: `plugins/spotify ` Fixed an issue where track matching and lookups could
You can’t perform that action at this time.
0 commit comments