mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Fix url parsing
This commit is contained in:
parent
e5f49fda5e
commit
74917a482e
@ -41,7 +41,7 @@ struct URLParser {
|
||||
|
||||
if hasAnyOfPrefixes(path, Self.prefixes[.playlist]!) ||
|
||||
queryItemValue("v") == "playlist" ||
|
||||
!(queryItemValue("list")?.isEmpty ?? false)
|
||||
(queryItemValue("list") ?? "").count > 3
|
||||
{
|
||||
return .playlist
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user