aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Dto
diff options
context:
space:
mode:
authorStepan Goremykin <goremukin@gmail.com>2023-04-06 18:41:25 +0200
committerStepan Goremykin <goremukin@gmail.com>2023-04-06 19:17:28 +0200
commit26958162d01ea9557d80f384face93012f70b821 (patch)
treea5e32dbae042f1bbe10634d68ea0b560397ed293 /Emby.Server.Implementations/Dto
parent2c03f7e85d9bca7b243f0021f454b6bfd780d2f3 (diff)
Remove unused using directives
Diffstat (limited to 'Emby.Server.Implementations/Dto')
-rw-r--r--Emby.Server.Implementations/Dto/DtoService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs
index 8b6682903..c725839fb 100644
--- a/Emby.Server.Implementations/Dto/DtoService.cs
+++ b/Emby.Server.Implementations/Dto/DtoService.cs
@@ -7,7 +7,6 @@ using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
-using Jellyfin.Api.Helpers;
using Jellyfin.Data.Entities;
using Jellyfin.Data.Enums;
using Jellyfin.Extensions;