pull/2944/head
crobibero 5 years ago
parent e151d539f2
commit 376619369d

@ -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);

Loading…
Cancel
Save