mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-18 08:06:35 +00:00
New provider system. Only for people right now
This commit is contained in:
@@ -116,7 +116,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
if (response != null)
|
||||
{
|
||||
imageStream = response.Stream;
|
||||
contentType = response.MimeType;
|
||||
contentType = "image/" + response.Format.ToString().ToLower();
|
||||
}
|
||||
}
|
||||
catch (NotImplementedException)
|
||||
|
||||
Reference in New Issue
Block a user