mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 07:23:05 +03:00
update async stream writer
This commit is contained in:
@@ -19,7 +19,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
/// Gets the options.
|
||||
/// </summary>
|
||||
/// <value>The options.</value>
|
||||
public IDictionary<string, string> Options { get; }
|
||||
public IDictionary<string, string> Options { get; private set; }
|
||||
|
||||
public Action OnComplete { get; set; }
|
||||
public Action OnError { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user