mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-17 08:38:03 +00:00
move common dependencies
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Patterns.Logging;
|
||||
using MediaBrowser.Model.Logging;
|
||||
|
||||
namespace MediaBrowser.Common.Implementations.IO
|
||||
{
|
||||
@@ -7,7 +7,6 @@ namespace MediaBrowser.Common.Implementations.IO
|
||||
public WindowsFileSystem(ILogger logger)
|
||||
: base(logger, true, true)
|
||||
{
|
||||
AddShortcutHandler(new LnkShortcutHandler());
|
||||
EnableFileSystemRequestConcat = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user