Compare commits

...

2 Commits

Author SHA1 Message Date
f3c4d1b7ab up the limit 2024-12-24 20:45:28 -05:00
7f3353dfa8 trying to disable album": "Double Life (From "Despicable Me 4") 2024-12-24 20:45:22 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -133,6 +133,7 @@
{"isNot": {"artist": "Zara Larsson"}}, {"isNot": {"artist": "Zara Larsson"}},
{"isNot": {"artist": "Zedd"}}, {"isNot": {"artist": "Zedd"}},
{"isNot": {"album": "Hollywood's Bleeding"}}, {"isNot": {"album": "Hollywood's Bleeding"}},
{"isNot": {"album": "Double Life (From "Despicable Me 4")"}},
{"isNot": {"album": "Tempo"}} {"isNot": {"album": "Tempo"}}
], ],
"sort": "dateModified", "sort": "dateModified",

View File

@@ -7,5 +7,5 @@
], ],
"sort": "dateModified", "sort": "dateModified",
"order": "desc", "order": "desc",
"limit": 1000 "limit": 2000
} }