Add quicktime player (applecoremedia) to player useragent list
This commit is contained in:
parent
965ad2854b
commit
f85dada0cc
@ -96,6 +96,7 @@ func IsUserAgentAPlayer(userAgent string) bool {
|
||||
"mpv",
|
||||
"player",
|
||||
"vlc",
|
||||
"applecoremedia",
|
||||
}
|
||||
|
||||
for _, playerString := range playerStrings {
|
||||
|
Loading…
Reference in New Issue
Block a user