mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 19:08:27 +01:00
Tweaked disk access a little bit more
This commit is contained in:
parent
9029d939f3
commit
76d365fcf9
@@ -15,7 +15,7 @@ namespace MediaBrowser.Controller.Resolvers
|
||||
|
||||
protected override VirtualFolder Resolve(ItemResolveEventArgs args)
|
||||
{
|
||||
if (args.IsFolder && args.Parent != null && args.Parent.IsRoot)
|
||||
if (args.IsDirectory && args.Parent != null && args.Parent.IsRoot)
|
||||
{
|
||||
return new VirtualFolder();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user