Fix playlist url in SearchScreen
This commit is contained in:
parent
1e719b33ed
commit
c9bd22ba6e
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@ fun SearchScreen(
|
|||
listOf(
|
||||
"https://www.youtube.com/watch?",
|
||||
"https://music.youtube.com/watch?",
|
||||
"https://www.youtube.com/list?",
|
||||
"https://music.youtube.com/list?",
|
||||
"https://www.youtube.com/playlist?",
|
||||
"https://music.youtube.com/playlist?",
|
||||
"https://youtu.be/",
|
||||
).any(textFieldValue.text::startsWith)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue