mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
add new voice commands
This commit is contained in:
@@ -335,7 +335,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
/// <returns>Stream.</returns>
|
||||
private Stream GetFileStream(string path, FileShare fileShare)
|
||||
{
|
||||
return _fileSystem.GetFileStream(path, FileMode.Open, FileAccess.Read, fileShare, true);
|
||||
return _fileSystem.GetFileStream(path, FileMode.Open, FileAccess.Read, fileShare);
|
||||
}
|
||||
|
||||
public object GetStaticResult(IRequest requestContext,
|
||||
|
||||
Reference in New Issue
Block a user