Fix playlist url in SearchScreen
This commit is contained in:
@@ -109,8 +109,8 @@ fun SearchScreen(
|
|||||||
listOf(
|
listOf(
|
||||||
"https://www.youtube.com/watch?",
|
"https://www.youtube.com/watch?",
|
||||||
"https://music.youtube.com/watch?",
|
"https://music.youtube.com/watch?",
|
||||||
"https://www.youtube.com/list?",
|
"https://www.youtube.com/playlist?",
|
||||||
"https://music.youtube.com/list?",
|
"https://music.youtube.com/playlist?",
|
||||||
"https://youtu.be/",
|
"https://youtu.be/",
|
||||||
).any(textFieldValue.text::startsWith)
|
).any(textFieldValue.text::startsWith)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user