[lastfm] Fix importing tracks

This commit is contained in:
2024-11-18 15:12:20 -05:00
parent 56c000154c
commit 3c7940c6c6

View File

@ -52,9 +52,10 @@ class LastFM:
track = get_or_create_track(
lfm_scrobble,
{
"TRACK_TITLE": "track",
"TRACK_TITLE": "title",
"ARTIST_NAME": "artist",
"ALBUM_NAME": "album",
"RUN_TIME": "run_time_seconds",
},
)