Visually makeover
This commit is contained in:
@@ -51139,6 +51139,57 @@
|
||||
"source": "radio-browser",
|
||||
"sourceStationUuid": "b3efdf8f-dba0-11e9-a8ba-52543be04c81"
|
||||
},
|
||||
{
|
||||
"id": "a3e4b1b3-0e4c-4fd6-9f69-6a4c0b4f7e01",
|
||||
"name": "Aktual Dalmacija",
|
||||
"country": "Slovenia",
|
||||
"countryCode": "SI",
|
||||
"language": "slovenian",
|
||||
"tags": [],
|
||||
"codec": "MP3",
|
||||
"bitrate": 0,
|
||||
"streamUrl": "https://live.radio.si/AktualDalmacija",
|
||||
"homepage": "https://radio.svet24.si/",
|
||||
"logoUrl": "https://datacache.radio.si/api/radiostations/logo/aktual.svg",
|
||||
"votes": 0,
|
||||
"clickcount": 0,
|
||||
"source": "radio-browser",
|
||||
"sourceStationUuid": "a3e4b1b3-0e4c-4fd6-9f69-6a4c0b4f7e01"
|
||||
},
|
||||
{
|
||||
"id": "b1d6a9d8-0d3d-49be-9c7b-9a7f2d52b5bc",
|
||||
"name": "Aktual Galama - Fešta",
|
||||
"country": "Slovenia",
|
||||
"countryCode": "SI",
|
||||
"language": "slovenian",
|
||||
"tags": [],
|
||||
"codec": "MP3",
|
||||
"bitrate": 0,
|
||||
"streamUrl": "https://live.radio.si/AktualGalama",
|
||||
"homepage": "https://radio.svet24.si/",
|
||||
"logoUrl": "https://datacache.radio.si/api/radiostations/logo/aktual.svg",
|
||||
"votes": 0,
|
||||
"clickcount": 0,
|
||||
"source": "radio-browser",
|
||||
"sourceStationUuid": "b1d6a9d8-0d3d-49be-9c7b-9a7f2d52b5bc"
|
||||
},
|
||||
{
|
||||
"id": "c8e0a7d4-2ce1-4a1e-a1bc-2fbb1c40d8f9",
|
||||
"name": "Aktual Nostalgija",
|
||||
"country": "Slovenia",
|
||||
"countryCode": "SI",
|
||||
"language": "slovenian",
|
||||
"tags": [],
|
||||
"codec": "MP3",
|
||||
"bitrate": 0,
|
||||
"streamUrl": "https://live.radio.si/AktualNostalgija",
|
||||
"homepage": "https://radio.svet24.si/",
|
||||
"logoUrl": "https://datacache.radio.si/api/radiostations/logo/aktual.svg",
|
||||
"votes": 0,
|
||||
"clickcount": 0,
|
||||
"source": "radio-browser",
|
||||
"sourceStationUuid": "c8e0a7d4-2ce1-4a1e-a1bc-2fbb1c40d8f9"
|
||||
},
|
||||
{
|
||||
"id": "3cd65080-c8b5-4d06-86bb-62481e5d6e06",
|
||||
"name": "Radio1",
|
||||
|
||||
+3
-3
@@ -1,9 +1,9 @@
|
||||
// NOTE: This service worker is for the web/PWA build.
|
||||
// For development we aggressively unregister SWs in `src/player.js`.
|
||||
//
|
||||
// This value is rewritten automatically before each build so deployed clients
|
||||
// refresh to the newest shell and cached assets.
|
||||
const CACHE_NAME = 'radioplayer-pwa-v5-1777223362895';
|
||||
// This checked-in file stays stable. The Vite web build stamps the matching
|
||||
// token in `dist/sw.js` without mutating source files in the repo.
|
||||
const CACHE_NAME = 'radioplayer-pwa-v5-__APP_BUILD_ID__';
|
||||
|
||||
const CORE_ASSETS = [
|
||||
'./',
|
||||
|
||||
Reference in New Issue
Block a user