Bond_009 1 год назад
Родитель
Сommit
f38ca3a392
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;