Merge remote-tracking branch 'upstream/dev'

This commit is contained in:
thororen1234 2024-06-05 23:05:21 -04:00
commit 10d684a364
15 changed files with 546 additions and 60 deletions

View file

@ -77,6 +77,13 @@ export default definePlugin({
match: /repeat:"off"!==(.{1,3}),/,
replace: "actual_repeat:$1,$&"
}
},
{
find: "artists.filter",
replacement: {
match: /\(0,(\i)\.isNotNullish\)\((\i)\.id\)&&/,
replace: ""
}
}
],