mirror of
https://github.com/vale981/clay
synced 2025-03-05 09:31:40 -05:00
Typo
This commit is contained in:
parent
b839a063f5
commit
9fe07395db
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class Track(object):
|
|||
artist=data['artist'],
|
||||
duration=int(data['durationMillis']),
|
||||
source=source,
|
||||
store_id=data['storeIda'],
|
||||
store_id=data['storeId'],
|
||||
library_id=data['id'],
|
||||
album_name=data['album'],
|
||||
album_url=data['albumArtRef'][0]['url']
|
||||
|
|
Loading…
Add table
Reference in a new issue