aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2024-06-06 21:10:05 +0200
committerGitHub <noreply@github.com>2024-06-06 21:10:05 +0200
commitdc2eca9f2ca259b46c7b53f59251794903c730a4 (patch)
treecea9f3325bbf109af8bc0c530c365cd2017e6242
parentec2fa95bf36f54edbe6404a968c23868f2279b70 (diff)
parentf38ca3a392fa6658557c0fa099481aa45f8db54c (diff)
Merge pull request #11993 from Bond-009/buildFix
Fix build
-rw-r--r--Jellyfin.Api/Controllers/LibraryStructureController.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/LibraryStructureController.cs b/Jellyfin.Api/Controllers/LibraryStructureController.cs
index b6de67e88..93c2393f3 100644
--- a/Jellyfin.Api/Controllers/LibraryStructureController.cs
+++ b/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;