mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 12:14:49 +03:00
Fix build
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user