Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c20204a6ea |
@ -50,9 +50,7 @@ class LastFM:
|
|||||||
enrich=True,
|
enrich=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
timestamp = self.vrobbler_user.profile.get_timestamp_with_tz(
|
timestamp = lfm_scrobble.get("timestamp")
|
||||||
lfm_scrobble.get("timestamp")
|
|
||||||
)
|
|
||||||
stop_timestamp = timestamp + timedelta(
|
stop_timestamp = timestamp + timedelta(
|
||||||
seconds=track.run_time_seconds
|
seconds=track.run_time_seconds
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user