re-order to dateModified instead of lastPlayed, was wondering why it was always changing.

This commit is contained in:
Aaron 2025-08-13 18:13:57 -04:00
parent 53cc6eb51f
commit 5d1d238f2b

View File

@ -4,7 +4,7 @@
"all": [
{"is": {"loved": true}}
],
"sort": "lastPlayed",
"sort": "dateModified",
"order": "desc",
"limit": 1000
}