save library options on dialog close

This commit is contained in:
Luke Pulverenti
2016-08-13 23:12:26 -04:00
parent 7dbeeadea6
commit 89dd4f0be1
4 changed files with 33 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ namespace MediaBrowser.Server.Implementations.Collections
public class CollectionsDynamicFolder : IVirtualFolderCreator
{
private readonly IApplicationPaths _appPaths;
private IFileSystem _fileSystem;
private readonly IFileSystem _fileSystem;
public CollectionsDynamicFolder(IApplicationPaths appPaths, IFileSystem fileSystem)
{