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

Merge branch 'bugfix/90-error-playing-user-radio' into 'develop'

#90: Use correct radio identifier for user radio

Closes #90

See merge request !90
parents 7ff24104 63292f07
No related branches found
No related tags found
1 merge request!90#90: Use correct radio identifier for user radio
Pipeline #16296 passed
......@@ -56,7 +56,7 @@ class RadiosAdapter(
else -> listOf(
Radio(
0,
"actor_content",
"actor-content",
context.getString(R.string.radio_your_content_title),
context.getString(R.string.radio_your_content_description),
username
......
......@@ -105,6 +105,7 @@ class RadioPlayer(val context: Context, val scope: CoroutineScope) {
prepareNextTrack(true)
} catch (e: Exception) {
e.logError()
withContext(Main) {
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