added recommended songs

- added recommended songs section on song page
This commit is contained in:
amd64fox
2023-08-31 07:51:04 +03:00
parent 116d5d85bd
commit bda3281b42

View File

@@ -685,6 +685,16 @@
"to": "1.1.96" "to": "1.1.96"
} }
}, },
"NavAlt2": {
"name": "enableNavAltExperiment2",
"description": "Enable the new home structure and navigation",
"native_description": "Enable the new home structure and navigation",
"value": "ENABLED_CENTER",
"version": {
"fr": "1.1.97",
"to": "1.2.2"
}
},
"LyricsUpsell": { "LyricsUpsell": {
"name": "forceLyricsUpsell", "name": "forceLyricsUpsell",
"description": "Force Lyrics Upsell for testing", "description": "Force Lyrics Upsell for testing",
@@ -695,14 +705,14 @@
"to": "" "to": ""
} }
}, },
"NavAlt2": { "TrackRecommender": {
"name": "enableNavAltExperiment2", "name": "enableTrackInternalLinkRecommender",
"description": "Enable the new home structure and navigation", "description": "Enable internal link recommender component for track entity pages",
"native_description": "Enable the new home structure and navigation", "native_description": "Enable internal link recommender component for track entity pages",
"value": "ENABLED_CENTER", "value": "canonical-top-position",
"version": { "version": {
"fr": "1.1.97", "fr": "1.2.18",
"to": "1.2.2" "to": ""
} }
} }
}, },