Create BearWave macOS radio-first app
This commit is contained in:
31
Tests/BearWaveChecks/Fixtures/stations.json
Normal file
31
Tests/BearWaveChecks/Fixtures/stations.json
Normal file
@@ -0,0 +1,31 @@
|
||||
[
|
||||
{
|
||||
"stationuuid": "alpha",
|
||||
"name": "Alpha Radio",
|
||||
"url": "https://example.test/alpha",
|
||||
"url_resolved": "https://example.test/alpha-resolved",
|
||||
"country": "Germany",
|
||||
"tags": "rock,pop",
|
||||
"codec": "MP3",
|
||||
"bitrate": 128,
|
||||
"votes": 25,
|
||||
"lastcheckok": 1
|
||||
},
|
||||
{
|
||||
"stationuuid": "broken",
|
||||
"name": "",
|
||||
"url_resolved": "",
|
||||
"lastcheckok": 0
|
||||
},
|
||||
{
|
||||
"stationuuid": "beta",
|
||||
"name": "Beta News",
|
||||
"url_resolved": "https://example.test/beta",
|
||||
"country": "United States",
|
||||
"tags": "news",
|
||||
"codec": "AAC",
|
||||
"bitrate": "96",
|
||||
"votes": "50",
|
||||
"lastcheckok": 1
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user