Skip to content
Snippets Groups Projects
Commit 63292f07 authored by Ryan Harg's avatar Ryan Harg
Browse files

#90: Use correct radio identifier for user radio

parent 7ff24104
No related branches found
No related tags found
1 merge request!90#90: Use correct radio identifier for user radio
...@@ -56,7 +56,7 @@ class RadiosAdapter( ...@@ -56,7 +56,7 @@ class RadiosAdapter(
else -> listOf( else -> listOf(
Radio( Radio(
0, 0,
"actor_content", "actor-content",
context.getString(R.string.radio_your_content_title), context.getString(R.string.radio_your_content_title),
context.getString(R.string.radio_your_content_description), context.getString(R.string.radio_your_content_description),
username username
......
...@@ -105,6 +105,7 @@ class RadioPlayer(val context: Context, val scope: CoroutineScope) { ...@@ -105,6 +105,7 @@ class RadioPlayer(val context: Context, val scope: CoroutineScope) {
prepareNextTrack(true) prepareNextTrack(true)
} catch (e: Exception) { } catch (e: Exception) {
e.logError()
withContext(Main) { withContext(Main) {
context.toast(context.getString(R.string.radio_playback_error)) context.toast(context.getString(R.string.radio_playback_error))
} }
......
Use correct radio identifier for user radio (#90)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment