Browse Source

fix build

crobibero 5 năm trước cách đây
mục cha
commit
376619369d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jellyfin.Api/Controllers/Images/ImageByNameController.cs

+ 1 - 1
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);