stop guide refresh when needed

This commit is contained in:
Luke Pulverenti
2016-12-15 01:41:10 -05:00
parent de9cd28a79
commit 3674a65fae
5 changed files with 46 additions and 21 deletions

View File

@@ -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 &&