fix: only record spotify's trackid, ignore local ones

This commit is contained in:
2026-04-02 10:15:50 +02:00
parent 4d31a971a1
commit 66682e8b45
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -71,8 +71,7 @@ class CacheEngine:
expires_at INTEGER,
artist TEXT,
title TEXT,
album TEXT,
length INTEGER
album TEXT
)
""")
# Migrations