diff options
| author | David <daullmer@gmail.com> | 2020-07-22 11:05:41 +0200 |
|---|---|---|
| committer | David <daullmer@gmail.com> | 2020-07-22 11:05:41 +0200 |
| commit | 5580df38e62ba75762da2f2b3ed4acd69b66e391 (patch) | |
| tree | 8d5139259299bf72ec7451366ff26e6e7f6de7ba | |
| parent | 90039e1ad32dba8dca3b98901d2dcec1c82aeea2 (diff) | |
Cleanup after merge
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 34a4cc575..ad6cbe167 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -4,7 +4,6 @@ using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; -using System.Globalization; using System.IO; using System.Linq; using System.Net; @@ -46,7 +45,6 @@ using Emby.Server.Implementations.Session; using Emby.Server.Implementations.SyncPlay; using Emby.Server.Implementations.TV; using Emby.Server.Implementations.Updates; -using Emby.Server.Implementations.SyncPlay; using Jellyfin.Api.Helpers; using MediaBrowser.Api; using MediaBrowser.Common; |
