update chromecast id

This commit is contained in:
Luke Pulverenti
2014-08-17 11:38:19 -04:00
parent cd1f097167
commit de03365201
2 changed files with 16 additions and 9 deletions

View File

@@ -489,7 +489,14 @@ namespace MediaBrowser.Providers.Manager
var hasIdentity = info as IHasIdentities<IItemIdentity>;
if (hasIdentity != null)
{
await hasIdentity.FindIdentities(ProviderManager, cancellationToken).ConfigureAwait(false);
try
{
//await hasIdentity.FindIdentities(ProviderManager, cancellationToken).ConfigureAwait(false);
}
catch (Exception ex)
{
Logger.ErrorException("Error in identity providers", ex);
}
}
return info;