mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
remove status code from exception message
This commit is contained in:
parent
3ca9b13f99
commit
722ec43e25
@ -160,7 +160,7 @@ namespace MediaBrowser.Providers.Manager
|
|||||||
|
|
||||||
if (response.StatusCode != HttpStatusCode.OK)
|
if (response.StatusCode != HttpStatusCode.OK)
|
||||||
{
|
{
|
||||||
throw new HttpException($"Invalid image received ({response.StatusCode}).")
|
throw new HttpException("Invalid image received.")
|
||||||
{
|
{
|
||||||
StatusCode = response.StatusCode
|
StatusCode = response.StatusCode
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user