aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/BaseApiService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Api/BaseApiService.cs')
-rw-r--r--MediaBrowser.Api/BaseApiService.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/MediaBrowser.Api/BaseApiService.cs b/MediaBrowser.Api/BaseApiService.cs
index a802e56af..1a57ff62d 100644
--- a/MediaBrowser.Api/BaseApiService.cs
+++ b/MediaBrowser.Api/BaseApiService.cs
@@ -151,16 +151,6 @@ namespace MediaBrowser.Api
options.Fields.Add(Model.Querying.ItemFields.ChildCount);
}
- if (client.IndexOf("web", StringComparison.OrdinalIgnoreCase) == -1 &&
-
- // covers both emby mobile and emby for android mobile
- client.IndexOf("mobile", StringComparison.OrdinalIgnoreCase) == -1 &&
- client.IndexOf("ios", StringComparison.OrdinalIgnoreCase) == -1 &&
- client.IndexOf("theater", StringComparison.OrdinalIgnoreCase) == -1)
- {
- options.Fields.Add(Model.Querying.ItemFields.ChildCount);
- }
-
var hasDtoOptions = request as IHasDtoOptions;
if (hasDtoOptions != null)
{