disabling similar playlists

- the tab in the "Create similar playlist" menu was removed in older versions because the developers disabled it on the server side
This commit is contained in:
amd64fox
2024-07-05 16:06:31 +03:00
parent 61b2149a8a
commit 4e78342c68

View File

@@ -1801,8 +1801,8 @@
"fr": "1.1.85", "fr": "1.1.85",
"to": "1.2.24" "to": "1.2.24"
}, },
"match": ",(.\\.isOwnedBySelf&&)((\\(.{0,11}\\)|..createElement)\\(.{1,3}Fragment,.+?{(uri:.|).+?contextmenu.create-similar-playlist\"\\)}\\),)", "match": "(Fragment,(?:null,|{children:\\[))(?:(?!\\1).)*?contextmenu\\.create-similar-playlist\"\\)}\\),",
"replace": ",$2$1" "replace": "$1"
}, },
"sidebar_fix": { "sidebar_fix": {
"version": { "version": {