diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-15 01:41:10 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-15 01:41:10 -0500 |
| commit | 3674a65faea076994eabf67a7d67d83ec45a1b39 (patch) | |
| tree | 03341b3c1b2ad23c2029452454e6d94b3aa5a3ad /MediaBrowser.Api/BaseApiService.cs | |
| parent | de9cd28a7959f6920c82ff536339653334246c76 (diff) | |
stop guide refresh when needed
Diffstat (limited to 'MediaBrowser.Api/BaseApiService.cs')
| -rw-r--r-- | MediaBrowser.Api/BaseApiService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/BaseApiService.cs b/MediaBrowser.Api/BaseApiService.cs index 07ec6d955..1ee499ed5 100644 --- a/MediaBrowser.Api/BaseApiService.cs +++ b/MediaBrowser.Api/BaseApiService.cs @@ -150,7 +150,7 @@ namespace MediaBrowser.Api options.Fields.Add(Model.Querying.ItemFields.ChildCount); } - if (client.IndexOf("web", StringComparison.OrdinalIgnoreCase) == -1 && + else if (client.IndexOf("web", StringComparison.OrdinalIgnoreCase) == -1 && // covers both emby mobile and emby for android mobile client.IndexOf("mobile", StringComparison.OrdinalIgnoreCase) == -1 && |
