diff options
| author | crobibero <cody@robibe.ro> | 2020-04-20 13:12:35 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-04-20 13:12:54 -0600 |
| commit | 376619369d8b1e889475da1191092f43e7f26ae6 (patch) | |
| tree | fa385b3101c0911d4144a03cf5c4fc74fc6894bc | |
| parent | e151d539f2041fb249af82118bde1168d1859c6b (diff) | |
fix build
| -rw-r--r-- | Jellyfin.Api/Controllers/Images/ImageByNameController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/Images/ImageByNameController.cs b/Jellyfin.Api/Controllers/Images/ImageByNameController.cs index a14e2403c..309729605 100644 --- a/Jellyfin.Api/Controllers/Images/ImageByNameController.cs +++ b/Jellyfin.Api/Controllers/Images/ImageByNameController.cs @@ -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); |
