fix issue with intros before being scanned
This commit is contained in:
parent
0b7d024afd
commit
b9c8c4e346
|
@ -1536,6 +1536,10 @@ namespace MediaBrowser.Server.Implementations.Library
|
|||
{
|
||||
video = dbItem;
|
||||
}
|
||||
else
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
Loading…
Reference in New Issue
Block a user