Skip to content

Commit 6f6d224

Browse files
authored
Merge pull request #10 from TeamNewPipe/kernel-org
Use newpipe.net instead of kernel.org for faulty stream source
2 parents f7709e1 + 72c4283 commit 6f6d224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/src/main/java/net/newpipe/newplayer/testapp/TestMediaRepository.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class TestMediaRepository(private val context: Context) : MediaRepository {
105105
"faulty" -> listOf(
106106
Stream(
107107
item = "faulty",
108-
streamUri = Uri.parse("https://kernel.org"),
108+
streamUri = Uri.parse("https://newpipe.net"),
109109
mimeType = null,
110110
streamTracks = listOf(
111111
AudioStreamTrack(

0 commit comments

Comments
 (0)