Skip to content
Snippets Groups Projects

#90: Use correct radio identifier for user radio

Merged Ryan Harg requested to merge bugfix/90-error-playing-user-radio into develop
3 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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
Loading