mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
support timeshifting with safari mac and edge mobile
This commit is contained in:
parent
7708d96b8b
commit
988c898fc1
@ -145,12 +145,13 @@ namespace MediaBrowser.Api
|
|||||||
client.IndexOf("media center", StringComparison.OrdinalIgnoreCase) != -1 ||
|
client.IndexOf("media center", StringComparison.OrdinalIgnoreCase) != -1 ||
|
||||||
client.IndexOf("classic", StringComparison.OrdinalIgnoreCase) != -1 ||
|
client.IndexOf("classic", StringComparison.OrdinalIgnoreCase) != -1 ||
|
||||||
client.IndexOf("roku", StringComparison.OrdinalIgnoreCase) != -1 ||
|
client.IndexOf("roku", StringComparison.OrdinalIgnoreCase) != -1 ||
|
||||||
client.IndexOf("samsung", StringComparison.OrdinalIgnoreCase) != -1)
|
client.IndexOf("samsung", StringComparison.OrdinalIgnoreCase) != -1 ||
|
||||||
|
client.IndexOf("androidtv", StringComparison.OrdinalIgnoreCase) != -1)
|
||||||
{
|
{
|
||||||
options.Fields.Add(Model.Querying.ItemFields.ChildCount);
|
options.Fields.Add(Model.Querying.ItemFields.ChildCount);
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (client.IndexOf("web", StringComparison.OrdinalIgnoreCase) == -1 &&
|
if (client.IndexOf("web", StringComparison.OrdinalIgnoreCase) == -1 &&
|
||||||
|
|
||||||
// covers both emby mobile and emby for android mobile
|
// covers both emby mobile and emby for android mobile
|
||||||
client.IndexOf("mobile", StringComparison.OrdinalIgnoreCase) == -1 &&
|
client.IndexOf("mobile", StringComparison.OrdinalIgnoreCase) == -1 &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user