mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-21 18:40:20 +10:00
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:
@@ -1801,8 +1801,8 @@
|
||||
"fr": "1.1.85",
|
||||
"to": "1.2.24"
|
||||
},
|
||||
"match": ",(.\\.isOwnedBySelf&&)((\\(.{0,11}\\)|..createElement)\\(.{1,3}Fragment,.+?{(uri:.|).+?contextmenu.create-similar-playlist\"\\)}\\),)",
|
||||
"replace": ",$2$1"
|
||||
"match": "(Fragment,(?:null,|{children:\\[))(?:(?!\\1).)*?contextmenu\\.create-similar-playlist\"\\)}\\),",
|
||||
"replace": "$1"
|
||||
},
|
||||
"sidebar_fix": {
|
||||
"version": {
|
||||
|
||||
Reference in New Issue
Block a user