diff options
| author | Stepan Goremykin <goremukin@gmail.com> | 2023-10-08 00:50:02 +0200 |
|---|---|---|
| committer | Stepan Goremykin <goremukin@gmail.com> | 2023-10-08 00:50:02 +0200 |
| commit | f84469d50029801003e76cfe8a156d559182432d (patch) | |
| tree | 3da3a3a065539ae5cb7dc9fa3fdacc3c8e6d67ee /Jellyfin.Server.Implementations/Events/EventingServiceCollectionExtensions.cs | |
| parent | 963d8e66a2253dd421925b56497581e93ab07aff (diff) | |
Remove redundant using directives
Diffstat (limited to 'Jellyfin.Server.Implementations/Events/EventingServiceCollectionExtensions.cs')
| -rw-r--r-- | Jellyfin.Server.Implementations/Events/EventingServiceCollectionExtensions.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jellyfin.Server.Implementations/Events/EventingServiceCollectionExtensions.cs b/Jellyfin.Server.Implementations/Events/EventingServiceCollectionExtensions.cs index 9a473de52..9626817e9 100644 --- a/Jellyfin.Server.Implementations/Events/EventingServiceCollectionExtensions.cs +++ b/Jellyfin.Server.Implementations/Events/EventingServiceCollectionExtensions.cs @@ -1,5 +1,4 @@ -using Jellyfin.Data.Events; -using Jellyfin.Data.Events.System; +using Jellyfin.Data.Events.System; using Jellyfin.Data.Events.Users; using Jellyfin.Server.Implementations.Events.Consumers.Library; using Jellyfin.Server.Implementations.Events.Consumers.Security; |
