mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
fix build
This commit is contained in:
@@ -244,7 +244,7 @@ namespace Jellyfin.Api.Controllers.Images
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private string GetThemeName(string path, string rootImagePath)
|
private string? GetThemeName(string path, string rootImagePath)
|
||||||
{
|
{
|
||||||
var parentName = Path.GetDirectoryName(path);
|
var parentName = Path.GetDirectoryName(path);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user