[#11930] Non-Youtube URLs should be ignored
This commit is contained in:
parent
c6b87cd316
commit
acac50a1d1
2 changed files with 4 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ public class LocalPlaylistFragmentTest {
|
|||
final Stream<StreamEntity> entityStream = asStreamEntityStream(
|
||||
|
||||
"https://www.youtube.com/watch?v=1",
|
||||
"https://www.youtube.com/watch?v=2",
|
||||
"https://soundcloud.com/cautious-clayofficial/cold-war-2", // non-Youtube URLs should be
|
||||
"https://www.youtube.com/watch?v=2", // ignored
|
||||
"https://www.youtube.com/watch?v=3"
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue