fix: only record spotify's trackid, ignore local ones
This commit is contained in:
+1
-2
@@ -71,8 +71,7 @@ class CacheEngine:
|
||||
expires_at INTEGER,
|
||||
artist TEXT,
|
||||
title TEXT,
|
||||
album TEXT,
|
||||
length INTEGER
|
||||
album TEXT
|
||||
)
|
||||
""")
|
||||
# Migrations
|
||||
|
||||
Reference in New Issue
Block a user