mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 19:32:20 +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",
|
||||
"player",
|
||||
"vlc",
|
||||
"applecoremedia",
|
||||
}
|
||||
|
||||
for _, playerString := range playerStrings {
|
||||
|
||||
Reference in New Issue
Block a user