diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-27 17:45:59 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-27 17:45:59 -0500 |
| commit | 782fe92cf766c09c84200e9e2228e555e6644add (patch) | |
| tree | eceac7015627782f81631f5e3e83d238c4897837 /MediaBrowser.Controller/Entities/CollectionFolder.cs | |
| parent | b3127f19b546f3edce959dd70cafffb3d422a673 (diff) | |
support artists tag value
Diffstat (limited to 'MediaBrowser.Controller/Entities/CollectionFolder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/CollectionFolder.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/CollectionFolder.cs b/MediaBrowser.Controller/Entities/CollectionFolder.cs index 5452c63a4..f82934a51 100644 --- a/MediaBrowser.Controller/Entities/CollectionFolder.cs +++ b/MediaBrowser.Controller/Entities/CollectionFolder.cs @@ -86,7 +86,7 @@ namespace MediaBrowser.Controller.Entities { var path = ContainingFolderPath; - var args = new ItemResolveArgs(ConfigurationManager.ApplicationPaths, LibraryManager, directoryService) + var args = new ItemResolveArgs(ConfigurationManager.ApplicationPaths, directoryService) { FileInfo = new DirectoryInfo(path), Path = path, |
