diff options
| author | Bond_009 <bond.009@outlook.com> | 2024-06-06 21:07:22 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2024-06-06 21:07:22 +0200 |
| commit | f38ca3a392fa6658557c0fa099481aa45f8db54c (patch) | |
| tree | cea9f3325bbf109af8bc0c530c365cd2017e6242 /Jellyfin.Api/Controllers/LibraryStructureController.cs | |
| parent | ec2fa95bf36f54edbe6404a968c23868f2279b70 (diff) | |
Fix build
Diffstat (limited to 'Jellyfin.Api/Controllers/LibraryStructureController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/LibraryStructureController.cs | 1 |
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; |
