aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/LibraryStructureController.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2024-05-30 00:26:32 +0200
committerBond_009 <bond.009@outlook.com>2024-06-02 18:18:13 +0200
commite2c4e52f398dc3fb45e2251ee291257594bcd7a5 (patch)
treed5d534391035039b76b810939f83883a1e45a801 /Jellyfin.Api/Controllers/LibraryStructureController.cs
parent741a01db3b4df8ce1c2cc5caec8148236dcc3b16 (diff)
Add regressions tests for update library endpoint
Diffstat (limited to 'Jellyfin.Api/Controllers/LibraryStructureController.cs')
-rw-r--r--Jellyfin.Api/Controllers/LibraryStructureController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/LibraryStructureController.cs b/Jellyfin.Api/Controllers/LibraryStructureController.cs
index d268b93a8..bff578feb 100644
--- a/Jellyfin.Api/Controllers/LibraryStructureController.cs
+++ b/Jellyfin.Api/Controllers/LibraryStructureController.cs
@@ -3,7 +3,6 @@ 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;