aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DashboardController.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-09-02 11:14:59 -0600
committercrobibero <cody@robibe.ro>2020-09-02 11:14:59 -0600
commita698dab66fb8cb17ca12f03c4a271cbe15b7fac1 (patch)
treee21923726dd8241343340662d4fd8f856864348a /Jellyfin.Api/Controllers/DashboardController.cs
parentec2a5e4fb03ace8182b80ef81151bda6021051c4 (diff)
Specify image file return for GetItemImage2
Diffstat (limited to 'Jellyfin.Api/Controllers/DashboardController.cs')
-rw-r--r--Jellyfin.Api/Controllers/DashboardController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/DashboardController.cs b/Jellyfin.Api/Controllers/DashboardController.cs
index d20964d66..7624fd79f 100644
--- a/Jellyfin.Api/Controllers/DashboardController.cs
+++ b/Jellyfin.Api/Controllers/DashboardController.cs
@@ -214,7 +214,7 @@ namespace Jellyfin.Api.Controllers
{
return Redirect("index.html?start=wizard#!/wizardstart.html");
}
-
+
return PhysicalFile(_resourceFileManager.GetResourcePath(basePath, path), MimeTypes.GetMimeType(path));
}