瀏覽代碼

Merge pull request #11993 from Bond-009/buildFix

Fix build
Bond-009 1 年之前
父節點
當前提交
dc2eca9f2c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Jellyfin.Api/Controllers/LibraryStructureController.cs

+ 1 - 0
Jellyfin.Api/Controllers/LibraryStructureController.cs

@@ -3,6 +3,7 @@ using System.Collections.Generic;
 using System.ComponentModel.DataAnnotations;
 using System.Globalization;
 using System.IO;
+using System.Linq;
 using System.Threading;
 using System.Threading.Tasks;
 using Jellyfin.Api.Extensions;