mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-10 02:24:05 +00:00
Simple fix of tag reading in the Last.fm plugin
This commit is contained in:
committed by
Lukáš Lalinský
parent
3ff74b607e
commit
bb43078fad
@@ -62,7 +62,7 @@ def get_tags(album, metadata, path, min_usage, ignore, next, current):
|
||||
"""Get tags from an URL."""
|
||||
try:
|
||||
if path in _cache:
|
||||
_tags_finalize(album, metadata, _cache[path], next)
|
||||
_tags_finalize(album, metadata, current + _cache[path], next)
|
||||
else:
|
||||
album._requests += 1
|
||||
album.tagger.xmlws.get("ws.audioscrobbler.com", 80, path,
|
||||
|
||||
Reference in New Issue
Block a user