소스 검색

fix build

crobibero 5 년 전
부모
커밋
376619369d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);