Ver Fonte

Fix fetching artwork when importing tsv

Colin Powell há 2 anos atrás
pai
commit
9590cd0f60
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      vrobbler/apps/scrobbles/tsv.py

+ 1 - 0
vrobbler/apps/scrobbles/tsv.py

@@ -72,6 +72,7 @@ def process_audioscrobbler_tsv_file(file_path, user_tz=None):
                     ]
                 )
                 album.artists.add(artist)
+                album.fetch_artwork()
 
             track, track_created = Track.objects.get_or_create(
                 title=row[2],