mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-15 21:43:03 +03:00
Use png for storage
This commit is contained in:
@@ -1747,7 +1747,7 @@ namespace Jellyfin.Api.Controllers
|
||||
}
|
||||
else
|
||||
{
|
||||
splashscreenPath = Path.Combine(_appPaths.DataPath, "splashscreen.webp");
|
||||
splashscreenPath = Path.Combine(_appPaths.DataPath, "splashscreen.png");
|
||||
if (!System.IO.File.Exists(splashscreenPath))
|
||||
{
|
||||
return NotFound();
|
||||
|
||||
Reference in New Issue
Block a user