Merge branch 'master' into fields

This commit is contained in:
Bond-009
2019-02-16 17:03:15 +01:00
committed by GitHub
71 changed files with 1183 additions and 981 deletions

View File

@@ -9,7 +9,7 @@ using MediaBrowser.Model.IO;
namespace Emby.Server.Implementations.Library.Resolvers
{
class SpecialFolderResolver : FolderResolver<Folder>
public class SpecialFolderResolver : FolderResolver<Folder>
{
private readonly IFileSystem _fileSystem;
private readonly IServerApplicationPaths _appPaths;