mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Removed unused properties from BaseItem.
This commit is contained in:
@@ -116,12 +116,6 @@ namespace MediaBrowser.Api
|
||||
return ToOptimizedResult(GetNetworkShares(path).OrderBy(i => i.Path).ToList());
|
||||
}
|
||||
|
||||
// Reject invalid input
|
||||
if (!Path.IsPathRooted(path))
|
||||
{
|
||||
throw new ArgumentException(string.Format("Invalid path: {0}", path));
|
||||
}
|
||||
|
||||
return ToOptimizedResult(GetFileSystemEntries(request).OrderBy(i => i.Path).ToList());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user