mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 20:23:29 +08:00
Add quicktime player (applecoremedia) to player useragent list
This commit is contained in:
@ -96,6 +96,7 @@ func IsUserAgentAPlayer(userAgent string) bool {
|
|||||||
"mpv",
|
"mpv",
|
||||||
"player",
|
"player",
|
||||||
"vlc",
|
"vlc",
|
||||||
|
"applecoremedia",
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, playerString := range playerStrings {
|
for _, playerString := range playerStrings {
|
||||||
|
|||||||
Reference in New Issue
Block a user