fix: update titles, comments, and rating thresholds for accurate decade playlists

This commit is contained in:
2026-06-07 11:43:31 -04:00
parent 5e26bebbcc
commit 97ed269421
5 changed files with 20 additions and 20 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
{
"title": "-Top 2000s Music ;)",
"comment": "Top rated songs from the 2000's by the admin.",
"title": "^ Top 2000s Music ;)",
"comment": "Top rated songs from the 2000's.",
"all": [
{ "any": [
{ "is": { "loved": true } },
{ "gt": { "rating": 2 } }]
{ "gt": { "rating": 3 } }]
},
{ "inTheRange": { "year": [2001, 2011] } }
{ "inTheRange": { "year": [2000, 2009] } }
],
"sort": "-year,-rating,title",
"limit": 1000