Visual Studio Reformat: MediaBrowser.Model

This commit is contained in:
Erwin de Haan
2019-01-13 20:26:15 +01:00
parent f2e50f50bd
commit 1a4b271314
74 changed files with 128 additions and 190 deletions

View File

@@ -201,7 +201,7 @@ namespace MediaBrowser.Model.IO
/// </summary>
IEnumerable<FileSystemMetadata> GetFiles(string path, bool recursive = false);
IEnumerable<FileSystemMetadata> GetFiles(string path, string [] extensions, bool enableCaseSensitiveExtensions, bool recursive);
IEnumerable<FileSystemMetadata> GetFiles(string path, string[] extensions, bool enableCaseSensitiveExtensions, bool recursive);
/// <summary>
/// Gets the file system entries.