mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 19:23:38 +01:00
fixes #433 - Add root collection type to ItemResolveArgs
This commit is contained in:
@@ -441,7 +441,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
throw new ArgumentNullException("fileInfo");
|
||||
}
|
||||
|
||||
var args = new ItemResolveArgs(ConfigurationManager.ApplicationPaths)
|
||||
var args = new ItemResolveArgs(ConfigurationManager.ApplicationPaths, this)
|
||||
{
|
||||
Parent = parent,
|
||||
Path = fileInfo.FullName,
|
||||
|
||||
Reference in New Issue
Block a user