We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7709e1 + 72c4283 commit 6f6d224Copy full SHA for 6f6d224
test-app/src/main/java/net/newpipe/newplayer/testapp/TestMediaRepository.kt
@@ -105,7 +105,7 @@ class TestMediaRepository(private val context: Context) : MediaRepository {
105
"faulty" -> listOf(
106
Stream(
107
item = "faulty",
108
- streamUri = Uri.parse("https://kernel.org"),
+ streamUri = Uri.parse("https://newpipe.net"),
109
mimeType = null,
110
streamTracks = listOf(
111
AudioStreamTrack(
0 commit comments