Skip to content

Commit f032668

Browse files
authored
Update README.md
1 parent 2564379 commit f032668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class RadioPlayerService : RadioService() {
2626
override fun onCreate() {
2727
super.onCreate()
2828
init(this, RadioPlayerService::class.java)
29-
updateUrl("http://kalina.fm/streams.m3u8")
29+
updateUrl(url)
3030
setSessionActivity(MainActivity::class.java)
3131
setDefaultDrawable(R.drawable.ic_track_placeholder)
3232
setNotificationDrawable(R.mipmap.ic_notification)

0 commit comments

Comments
 (0)