2
0
Эх сурвалжийг харах

Merge pull request #11993 from Bond-009/buildFix

Fix build
Bond-009 1 жил өмнө
parent
commit
dc2eca9f2c

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