fix issue with intros before being scanned

pull/702/head
Luke Pulverenti 9 years ago
parent 0b7d024afd
commit b9c8c4e346

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

Loading…
Cancel
Save