From cba07b1ca6862ef8450021b0e60ce2f366ff0d33 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Sat, 28 Aug 2021 16:32:50 -0600 Subject: Remove more and more warnings --- MediaBrowser.Model/IO/IFileSystem.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.Model/IO/IFileSystem.cs') diff --git a/MediaBrowser.Model/IO/IFileSystem.cs b/MediaBrowser.Model/IO/IFileSystem.cs index be4f1e16b..0f77d6b5b 100644 --- a/MediaBrowser.Model/IO/IFileSystem.cs +++ b/MediaBrowser.Model/IO/IFileSystem.cs @@ -51,7 +51,7 @@ namespace MediaBrowser.Model.IO /// A object. /// If the specified path points to a directory, the returned object's /// property and the property will both be set to false. - /// For automatic handling of files and directories, use . + /// For automatic handling of files and directories, use . FileSystemMetadata GetFileInfo(string path); /// @@ -61,7 +61,7 @@ namespace MediaBrowser.Model.IO /// A object. /// If the specified path points to a file, the returned object's /// property will be set to true and the property will be set to false. - /// For automatic handling of files and directories, use . + /// For automatic handling of files and directories, use . FileSystemMetadata GetDirectoryInfo(string path); /// -- cgit v1.2.3