mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
support track selection before playback
This commit is contained in:
@@ -8,5 +8,8 @@ namespace MediaBrowser.Controller.Providers
|
||||
FileSystemMetadata[] GetFileSystemEntries(string path);
|
||||
List<FileSystemMetadata> GetFiles(string path);
|
||||
FileSystemMetadata GetFile(string path);
|
||||
|
||||
List<string> GetFilePaths(string path);
|
||||
List<string> GetFilePaths(string path, bool clearCache);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user