feat(stations): оживить главный «Радио Романтика» в разделе Romantika
В разделе Romantika были только саб-каналы (Piano Covers, Love Songs, Акустика, Прикосновение, Easy Listening), а главный «Romantika» (711) был отключён — мёртвый поток srv21.gpmradio (и в offline-ids бэкенда). Включил главный на рабочем HLS (hls-01-gpm.hostingradio.ru/romantika495) + фирменный логотип Романтики (применяется ко всем каналам сети). Прод-БД: 711 → online. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -7920,15 +7920,15 @@
|
||||
"id": 711,
|
||||
"groupId": 29,
|
||||
"name": "Romantika",
|
||||
"bitrate": "64",
|
||||
"bitrate": "128",
|
||||
"site": "https://www.radioromantika.ru/",
|
||||
"stream": "https://srv21.gpmradio.ru:8443/stream/air/aac/64/101",
|
||||
"type": "aac",
|
||||
"stream": "https://hls-01-gpm.hostingradio.ru/romantika495/playlist.m3u8",
|
||||
"type": "hls",
|
||||
"iconText": "",
|
||||
"textColor": "#FFFFFF",
|
||||
"bgColor": "#732878",
|
||||
"enabled": false,
|
||||
"notWorked": true,
|
||||
"enabled": true,
|
||||
"notWorked": false,
|
||||
"isNew": false
|
||||
},
|
||||
{
|
||||
|
||||
@@ -35,6 +35,8 @@ object StationLogos {
|
||||
"comedy-radio.ru" to "https://comedy-radio.ru/design/images/logo/apple-touch-icon-180.png?v=2",
|
||||
// Like FM (GPM Radio)
|
||||
"likefm.ru" to "https://www.likefm.ru/apple-touch-icon.png",
|
||||
// Радио Романтика (GPM Radio)
|
||||
"radioromantika.ru" to "https://radioromantika.ru/design/images/new_romantika_images/img_for_design/icons/touch-icon-iphone-retina.png",
|
||||
)
|
||||
|
||||
/** Обложка по точному имени станции, либо null. */
|
||||
|
||||
Reference in New Issue
Block a user