mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Weather updates
This commit is contained in:
parent
b6bc22ae63
commit
3c47375229
@@ -62,7 +62,7 @@ namespace MediaBrowser.Common.Net.Handlers
|
||||
|
||||
protected async override Task WriteResponseToOutputStream(Stream stream)
|
||||
{
|
||||
await EnsureObjectToSerialize();
|
||||
await EnsureObjectToSerialize().ConfigureAwait(false);
|
||||
|
||||
switch (SerializationFormat)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user