From 326bbbc0ee436e7ac8bf40c90800bd1bdb66d009 Mon Sep 17 00:00:00 2001 From: nk Date: Thu, 4 Jun 2026 15:05:09 +0300 Subject: [PATCH] =?UTF-8?q?chore(stations):=20Like=20FM=20(718)=20?= =?UTF-8?q?=E2=80=94=20=D1=80=D0=B0=D0=B1=D0=BE=D1=87=D0=B8=D0=B9=20HLS,?= =?UTF-8?q?=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF=D0=B0=20Like=20FM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Старый поток srv21.gpmradio мёртв (станция была в offline-ids). Обновлён на hls-01-gpm.hostingradio.ru/likefm495 (главный Like FM), groupId 27. Прод-БД обновлена точечно (без полного reseed, чтобы не сбросить жанры now-playing). Co-Authored-By: Claude Opus 4.8 --- prisma/stations.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/prisma/stations.json b/prisma/stations.json index c3300c9..a569c63 100644 --- a/prisma/stations.json +++ b/prisma/stations.json @@ -7082,17 +7082,17 @@ }, { "id": 718, - "groupId": 0, + "groupId": 27, "name": "Like FM", "bitrate": "128", "site": "https://www.likefm.ru/", - "stream": "https://srv21.gpmradio.ru:8443/stream/air/aac/64/219", - "type": "aac", + "stream": "https://hls-01-gpm.hostingradio.ru/likefm495/playlist.m3u8", + "type": "hls", "iconText": "", "textColor": "#E142C5", "bgColor": "#D9FD53", - "enabled": false, - "notWorked": true, + "enabled": true, + "notWorked": false, "isNew": false }, {