Add quicktime player (applecoremedia) to player useragent list

This commit is contained in:
Gabe Kangas 2021-08-31 15:04:29 -07:00
parent 965ad2854b
commit f85dada0cc

View File

@ -96,6 +96,7 @@ func IsUserAgentAPlayer(userAgent string) bool {
"mpv",
"player",
"vlc",
"applecoremedia",
}
for _, playerString := range playerStrings {