Skip to content

Commit

Permalink
Use newpipe.net instead of kernel.org for faulty stream source
Browse files Browse the repository at this point in the history
The domain is not under our control, but newpipe.net is.
  • Loading branch information
TobiGr authored Nov 13, 2024
1 parent f7709e1 commit 72c4283
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 72c4283

Please sign in to comment.