mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
added new parent methods
This commit is contained in:
@@ -698,7 +698,7 @@ namespace MediaBrowser.Api.Images
|
||||
|
||||
var userAgent = Request.UserAgent ?? string.Empty;
|
||||
|
||||
if (userAgent.IndexOf("crosswalk", StringComparison.OrdinalIgnoreCase) != -1 &&
|
||||
if (userAgent.IndexOf("dalvik", StringComparison.OrdinalIgnoreCase) != -1 &&
|
||||
userAgent.IndexOf("android", StringComparison.OrdinalIgnoreCase) != -1)
|
||||
{
|
||||
supportsWebP = true;
|
||||
|
||||
Reference in New Issue
Block a user