fix issue with intros before being scanned

This commit is contained in:
Luke Pulverenti 2016-02-05 00:59:22 -05:00
parent 0b7d024afd
commit b9c8c4e346

View file

@ -1536,6 +1536,10 @@ namespace MediaBrowser.Server.Implementations.Library
{
video = dbItem;
}
else
{
return null;
}
}
}
catch (Exception ex)