mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Remove extra pass statement
This commit is contained in:
parent
a878cc2aad
commit
2a18ab062e
1 changed files with 0 additions and 1 deletions
|
|
@ -297,7 +297,6 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin):
|
|||
album = track_data['album']['name']
|
||||
except KeyError:
|
||||
album = None
|
||||
pass
|
||||
return TrackInfo(
|
||||
title=track_data['name'],
|
||||
track_id=track_data['id'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue