Compare commits

...

1 Commits
18.8 ... 18.9

Author SHA1 Message Date
c20204a6ea [music] Turns out lastfm already has our timeszone 2025-07-28 09:14:25 -04:00

View File

@ -50,9 +50,7 @@ class LastFM:
enrich=True,
)
timestamp = self.vrobbler_user.profile.get_timestamp_with_tz(
lfm_scrobble.get("timestamp")
)
timestamp = lfm_scrobble.get("timestamp")
stop_timestamp = timestamp + timedelta(
seconds=track.run_time_seconds
)