diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2023-01-31 12:30:35 +0100 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2023-02-02 18:50:35 +0100 |
| commit | dfea1229e12764a77f5d392194b1848f80b87042 (patch) | |
| tree | cb238448a47264d4b0c318dad54fcb5edb6a7619 /Jellyfin.Api/Controllers/LibraryController.cs | |
| parent | f5f890e68562e55d4bed16c454c4b4305152b296 (diff) | |
Cleanup imports
Diffstat (limited to 'Jellyfin.Api/Controllers/LibraryController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/LibraryController.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/LibraryController.cs b/Jellyfin.Api/Controllers/LibraryController.cs index 916aaf6ba..830f84849 100644 --- a/Jellyfin.Api/Controllers/LibraryController.cs +++ b/Jellyfin.Api/Controllers/LibraryController.cs @@ -4,8 +4,6 @@ using System.ComponentModel.DataAnnotations; using System.Globalization; using System.IO; using System.Linq; -using System.Net; -using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using Jellyfin.Api.Attributes; |
