mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 04:34:49 +03:00
fix issue with intros before being scanned
This commit is contained in:
@@ -1536,6 +1536,10 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
{
|
||||
video = dbItem;
|
||||
}
|
||||
else
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user