Skip to content

Commit b1e877b

Browse files
committed
Update a not working station
1 parent e7bc7ca commit b1e877b

File tree

7 files changed

+30
-7
lines changed

7 files changed

+30
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "station-therockfm.png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"filename" : "[email protected]",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "universal",
15+
"filename" : "[email protected]",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"version" : 1,
21+
"author" : "xcode"
22+
}
23+
}
Loading
Loading
Loading

SwiftRadio/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.0.3</string>
20+
<string>2.0.4</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

SwiftRadio/StationsViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ extension StationsViewController: NowPlayingViewControllerDelegate {
489489
handleRemoteStationChange()
490490
}
491491

492-
private func handleRemoteStationChange() {
492+
func handleRemoteStationChange() {
493493
if let nowPlayingVC = nowPlayingViewController {
494494
// If nowPlayingVC is presented
495495
nowPlayingVC.load(station: radioPlayer.station, track: radioPlayer.track)

SwiftRadio/stations.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"longDesc": "Do you like Indie music and along with that wants a radio that will provide lots of folk music in their daily radio programs than wait not just tune in to Newport Folk Radio as this is the kind of radio that has got lots of types of Indie music in their daily radio programs along with popular Folk music."
1717
},
1818
{
19-
"name": "The Alt Vault",
20-
"streamURL": "http://ais-sa2.cdnstream1.com/1980_128.mp3",
21-
"imageURL": "station-altvault.png",
22-
"desc": "Your Lifestyle... Your Music!",
23-
"longDesc": "The Alt Vault live broadcasting from Kissimmee, FL. The Alt Vault broadcast various kind of 90s’s pop, rock, classic, talk, culture, dance, electronic etc. The Alt Vault streaming music and programs both in online. The Alt Vault is 24 hour 7 day live Online radio."
19+
"name": "The Rock FM",
20+
"streamURL": "http://tunein-icecast.mediaworks.nz/rock_128kbps",
21+
"imageURL": "station-therockfm.png",
22+
"desc": "Rock Music",
23+
"longDesc": "NZ's number one Rock music station."
2424
},
2525
{
2626
"name": "Classic Rock",

0 commit comments

Comments
 (0)