mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
update responses
This commit is contained in:
@@ -18,7 +18,7 @@ namespace ServiceStack.Host
|
||||
serializer(response, responseStream);
|
||||
}
|
||||
|
||||
private Action<object, Stream> GetStreamSerializer(string contentType)
|
||||
public static Action<object, Stream> GetStreamSerializer(string contentType)
|
||||
{
|
||||
switch (GetRealContentType(contentType))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user