[music] Fix lastfm importing
This commit is contained in:
@ -55,7 +55,6 @@ class LastFM:
|
|||||||
"TRACK_TITLE": "track",
|
"TRACK_TITLE": "track",
|
||||||
"ARTIST_NAME": "artist",
|
"ARTIST_NAME": "artist",
|
||||||
"ALBUM_NAME": "album",
|
"ALBUM_NAME": "album",
|
||||||
"TIMESTAMP": "timestamp",
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -65,7 +64,7 @@ class LastFM:
|
|||||||
|
|
||||||
new_scrobble = Scrobble(
|
new_scrobble = Scrobble(
|
||||||
user=self.vrobbler_user,
|
user=self.vrobbler_user,
|
||||||
timestamp=timestamp,
|
timestamp=lfm_scrobble.get("timestamp"),
|
||||||
source=source,
|
source=source,
|
||||||
track=track,
|
track=track,
|
||||||
timezone=timezone,
|
timezone=timezone,
|
||||||
|
|||||||
Reference in New Issue
Block a user