Bond_009 пре 1 година
родитељ
комит
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;