mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Fix url parsing
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user