fix build

This commit is contained in:
crobibero 2020-04-20 13:12:35 -06:00
parent e151d539f2
commit 376619369d
1 changed files with 1 additions and 1 deletions

View File

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