Skip to content

Commit 0506143

Browse files
Use NoVideos
1 parent 4bf4b90 commit 0506143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/ui/screens/PlaylistScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private fun PlaylistScreen(
5656
is Resource.Error -> {
5757
// TODO use error panel instead
5858
EmptyStateComposable(
59-
EmptyStateSpec.DisabledComments.copy(
59+
EmptyStateSpec.NoVideos.copy(
6060
descriptionText = { stringResource(R.string.error_unable_to_load_streams) },
6161
)
6262
)

0 commit comments

Comments
 (0)