Skip to content

Commit

Permalink
Merge pull request #10 from TeamNewPipe/kernel-org
Browse files Browse the repository at this point in the history
Use newpipe.net instead of kernel.org for faulty stream source
  • Loading branch information
TobiGr authored Nov 13, 2024
2 parents f7709e1 + 72c4283 commit 6f6d224
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class TestMediaRepository(private val context: Context) : MediaRepository {
"faulty" -> listOf(
Stream(
item = "faulty",
streamUri = Uri.parse("https://kernel.org"),
streamUri = Uri.parse("https://newpipe.net"),
mimeType = null,
streamTracks = listOf(
AudioStreamTrack(
Expand Down

0 comments on commit 6f6d224

Please sign in to comment.