mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
remove mono compiler directives
This commit is contained in:
@@ -10,8 +10,8 @@ namespace MediaBrowser.ServerApplication.IO
|
||||
{
|
||||
public class NativeFileSystem : CommonFileSystem
|
||||
{
|
||||
public NativeFileSystem(ILogger logger)
|
||||
: base(logger, true)
|
||||
public NativeFileSystem(ILogger logger, bool usePresetInvalidFileNameChars)
|
||||
: base(logger, true, usePresetInvalidFileNameChars)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user