[music] Fix timestamp setting in lastfm importer
This commit is contained in:
@ -62,9 +62,10 @@ class LastFM:
|
|||||||
if self.vrobbler_user.profile:
|
if self.vrobbler_user.profile:
|
||||||
timezone = self.vrobbler_user.profile.timezone
|
timezone = self.vrobbler_user.profile.timezone
|
||||||
|
|
||||||
|
timestamp = lfm_scrobble.get("timestamp")
|
||||||
new_scrobble = Scrobble(
|
new_scrobble = Scrobble(
|
||||||
user=self.vrobbler_user,
|
user=self.vrobbler_user,
|
||||||
timestamp=lfm_scrobble.get("timestamp"),
|
timestamp=timestamp,
|
||||||
source=source,
|
source=source,
|
||||||
track=track,
|
track=track,
|
||||||
timezone=timezone,
|
timezone=timezone,
|
||||||
|
|||||||
Reference in New Issue
Block a user