Skip to content

Commit

Permalink
fix: radio not working
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaalagamy authored Aug 9, 2024
1 parent 3614a6d commit f126530
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data class PlaylistPanelRenderer(
val currentIndex: Int?,
val isInfinite: Boolean,
val numItemsToShow: Int?,
val playlistId: String,
val playlistId: String?,
val continuations: List<Continuation>?,
) {
@Serializable
Expand Down

0 comments on commit f126530

Please sign in to comment.