瀏覽代碼

[lastfm] Fix importing tracks

Colin Powell 5 月之前
父節點
當前提交
3c7940c6c6
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      vrobbler/apps/music/lastfm.py

+ 2 - 1
vrobbler/apps/music/lastfm.py

@@ -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",
                 },
             )