mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-28 10:30:57 +01:00
add FindByPath error handling
This commit is contained in:
@@ -1733,7 +1733,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
private BaseItem FindLinkedChild(LinkedChild info)
|
||||
{
|
||||
if (!string.IsNullOrEmpty(info.Path))
|
||||
if (!string.IsNullOrWhiteSpace(info.Path))
|
||||
{
|
||||
var itemByPath = LibraryManager.FindByPath(info.Path, null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user