We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2564379 commit f032668Copy full SHA for f032668
README.md
@@ -26,7 +26,7 @@ class RadioPlayerService : RadioService() {
26
override fun onCreate() {
27
super.onCreate()
28
init(this, RadioPlayerService::class.java)
29
- updateUrl("http://kalina.fm/streams.m3u8")
+ updateUrl(url)
30
setSessionActivity(MainActivity::class.java)
31
setDefaultDrawable(R.drawable.ic_track_placeholder)
32
setNotificationDrawable(R.mipmap.ic_notification)
0 commit comments