diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-05-07 00:52:06 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-05-07 00:52:06 +0200 |
| commit | 4367b97a54f31233e242ef1afe6714b934ecf4d9 (patch) | |
| tree | 7152a38c3fd4ffdfa8d39ca2c1a28d01113f43b7 /MediaBrowser.Controller/Providers/IDirectoryService.cs | |
| parent | fb090df0b59b71d7f143d2181d46f18943bbc35e (diff) | |
Fix build
Diffstat (limited to 'MediaBrowser.Controller/Providers/IDirectoryService.cs')
| -rw-r--r-- | MediaBrowser.Controller/Providers/IDirectoryService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Providers/IDirectoryService.cs b/MediaBrowser.Controller/Providers/IDirectoryService.cs index f06481c7a9..9cee06a4c6 100644 --- a/MediaBrowser.Controller/Providers/IDirectoryService.cs +++ b/MediaBrowser.Controller/Providers/IDirectoryService.cs @@ -11,7 +11,7 @@ namespace MediaBrowser.Controller.Providers List<FileSystemMetadata> GetFiles(string path); - FileSystemMetadata GetFile(string path); + FileSystemMetadata? GetFile(string path); IReadOnlyList<string> GetFilePaths(string path); |
