update hls timer

This commit is contained in:
Luke Pulverenti
2015-04-18 20:05:36 -04:00
parent b5218034ac
commit d155b78360
10 changed files with 99 additions and 11 deletions

View File

@@ -482,6 +482,11 @@ namespace MediaBrowser.Providers.Manager
protected virtual bool IsFullLocalMetadata(TItemType item)
{
if (string.IsNullOrWhiteSpace(item.Name))
{
return false;
}
return true;
}