Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8d624343b | ||
|
|
4c4113f66f |
@@ -251,8 +251,8 @@ class MainActivity : AudioServiceActivity(), MethodChannel.MethodCallHandler, Ev
|
||||
}
|
||||
|
||||
val streamUrl = arguments["streamUrl"] as? String
|
||||
val title = arguments["title"] as? String ?: "Live Stream"
|
||||
val subtitle = arguments["subtitle"] as? String ?: ""
|
||||
val title = "KRYZ 98.5 LPFM Mariposa Community Radio"
|
||||
val subtitle = "Live Stream"
|
||||
|
||||
if (streamUrl.isNullOrBlank()) {
|
||||
result.error("invalid_stream_url", "streamUrl is required", null)
|
||||
|
||||
Reference in New Issue
Block a user