- fixed filtertags_locale patch
- enhanced playlists and liked songs features are disabled
This commit is contained in:
amd64fox
2024-06-24 16:55:42 +03:00
parent cdd4c9f839
commit 4e4393cabf
2 changed files with 21 additions and 44 deletions

View File

@@ -446,6 +446,24 @@
"fr": "1.2.37",
"to": ""
}
},
"EnhanceLikedSongs": {
"name": "enableEnhanceLikedSongs",
"description": "disabled on the server side",
"native_description": "Enable Enhance Liked Songs UI and functionality",
"version": {
"fr": "1.1.86",
"to": "1.2.25"
}
},
"EnhancePlaylist": {
"name": "enableEnhancePlaylistProd",
"description": "disabled on the server side",
"native_description": "Enable Enhance Playlist UI and functionality for end-users",
"version": {
"fr": "1.1.84",
"to": "1.2.25"
}
}
},
"EnableExp": {
@@ -467,24 +485,6 @@
"to": "1.2.24"
}
},
"EnhanceLikedSongs": {
"name": "enableEnhanceLikedSongs",
"description": "Enable Enhance Liked Songs UI and functionality",
"native_description": "Enable Enhance Liked Songs UI and functionality",
"version": {
"fr": "1.1.86",
"to": "1.2.25"
}
},
"EnhancePlaylist": {
"name": "enableEnhancePlaylistProd",
"description": "Enable Enhance Playlist UI and functionality for end-users",
"native_description": "Enable Enhance Playlist UI and functionality for end-users",
"version": {
"fr": "1.1.84",
"to": "1.2.25"
}
},
"IgnoreInRecommendations": {
"name": "enableIgnoreInRecommendations",
"description": "Exclude playlists from recommendations",
@@ -1806,10 +1806,10 @@
"filtertags_locale_fix": {
"version": {
"fr": "1.2.29",
"to": "1.2.37"
"to": ""
},
"match": "(getTracksFilterTags.+?(.)=this._builder.build\\(\\)),",
"replace": "$1;$2.locale = 'en';const "
"match": "(withPath\\(\"\/liked-songs\"\\))",
"replace": "$1.withLocale(\"en\")"
},
"lyrics-block": {
"version": {