mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
update async stream writer
This commit is contained in:
parent
8627683f18
commit
b51c614980
@ -19,7 +19,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
|||||||
/// Gets the options.
|
/// Gets the options.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The options.</value>
|
/// <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 OnComplete { get; set; }
|
||||||
public Action OnError { get; set; }
|
public Action OnError { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user