Skip to content

Commit

Permalink
Update a not working station
Browse files Browse the repository at this point in the history
  • Loading branch information
fethica committed Feb 3, 2019
1 parent e7bc7ca commit b1e877b
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "station-therockfm.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "station-therockfm@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "station-therockfm@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion SwiftRadio/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.3</string>
<string>2.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftRadio/StationsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ extension StationsViewController: NowPlayingViewControllerDelegate {
handleRemoteStationChange()
}

private func handleRemoteStationChange() {
func handleRemoteStationChange() {
if let nowPlayingVC = nowPlayingViewController {
// If nowPlayingVC is presented
nowPlayingVC.load(station: radioPlayer.station, track: radioPlayer.track)
Expand Down
10 changes: 5 additions & 5 deletions SwiftRadio/stations.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"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."
},
{
"name": "The Alt Vault",
"streamURL": "http://ais-sa2.cdnstream1.com/1980_128.mp3",
"imageURL": "station-altvault.png",
"desc": "Your Lifestyle... Your Music!",
"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."
"name": "The Rock FM",
"streamURL": "http://tunein-icecast.mediaworks.nz/rock_128kbps",
"imageURL": "station-therockfm.png",
"desc": "Rock Music",
"longDesc": "NZ's number one Rock music station."
},
{
"name": "Classic Rock",
Expand Down

0 comments on commit b1e877b

Please sign in to comment.