SpotifyControls: fix no artists on local files (#2543)
Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
parent
67b709a796
commit
9cafe8084c
|
@ -77,6 +77,13 @@ export default definePlugin({
|
||||||
match: /repeat:"off"!==(.{1,3}),/,
|
match: /repeat:"off"!==(.{1,3}),/,
|
||||||
replace: "actual_repeat:$1,$&"
|
replace: "actual_repeat:$1,$&"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
find: "artists.filter",
|
||||||
|
replacement: {
|
||||||
|
match: /\(0,(\i)\.isNotNullish\)\((\i)\.id\)&&/,
|
||||||
|
replace: ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue