fix favorites on homescreen

+ reduce tagger process count
This commit is contained in:
cwilvx
2025-03-10 12:23:25 +03:00
parent 26c4c599d5
commit 9725fd427b
10 changed files with 44 additions and 33 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ class RecentlyPlayed(HomepageRoutine):
if (
store_entry
and item
and store_entry["type"] + store_entry["hash"]
== item["type"] + item["hash"]
and store_entry.get("type", "") + store_entry.get("hash", "")
== item.get("type", "") + item.get("hash", "")
):
# If the item is the same as the one in the store
# only update the timestamp