mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-06 12:42:24 +00:00
update sync progress display
This commit is contained in:
@@ -476,7 +476,8 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
|
||||
return new StreamWriter(stream, contentType, _logger)
|
||||
{
|
||||
OnComplete = options.OnComplete
|
||||
OnComplete = options.OnComplete,
|
||||
OnError = options.OnError
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user