diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-06-05 11:50:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-05 11:50:17 +0200 |
| commit | dc4271505b42730e3334ac0261427e09519ab321 (patch) | |
| tree | f21785e0a5925033518f4c55cfacc41b716cf3f5 /Jellyfin.Api/Controllers/LibraryStructureController.cs | |
| parent | 3f764e2407d1a2cd8dcc9f1afe2fe5d1b3b0695d (diff) | |
| parent | e2c4e52f398dc3fb45e2251ee291257594bcd7a5 (diff) | |
Merge pull request #11877 from Bond-009/enableLibTests
Add regression tests for update library endpoint
Diffstat (limited to 'Jellyfin.Api/Controllers/LibraryStructureController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/LibraryStructureController.cs | 1 |
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; |
