Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LikhanovD authored Jul 3, 2019
1 parent 2564379 commit f032668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class RadioPlayerService : RadioService() {
override fun onCreate() {
super.onCreate()
init(this, RadioPlayerService::class.java)
updateUrl("http://kalina.fm/streams.m3u8")
updateUrl(url)
setSessionActivity(MainActivity::class.java)
setDefaultDrawable(R.drawable.ic_track_placeholder)
setNotificationDrawable(R.mipmap.ic_notification)
Expand Down

0 comments on commit f032668

Please sign in to comment.