mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
update quicktime user agent
This commit is contained in:
@@ -713,7 +713,7 @@ namespace MediaBrowser.Api.Playback
|
||||
{
|
||||
if (item.Path.IndexOf("apple.com", StringComparison.OrdinalIgnoreCase) != -1)
|
||||
{
|
||||
return "QuickTime/7.6.2";
|
||||
return "QuickTime/7.7.4";
|
||||
}
|
||||
|
||||
return string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user