[music] Fix lastfm importing

This commit is contained in:
2024-11-05 16:33:28 -05:00
parent 66513c5758
commit 22c07bdb82

View File

@ -55,7 +55,6 @@ class LastFM:
"TRACK_TITLE": "track",
"ARTIST_NAME": "artist",
"ALBUM_NAME": "album",
"TIMESTAMP": "timestamp",
},
)
@ -65,7 +64,7 @@ class LastFM:
new_scrobble = Scrobble(
user=self.vrobbler_user,
timestamp=timestamp,
timestamp=lfm_scrobble.get("timestamp"),
source=source,
track=track,
timezone=timezone,