diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-02-21 02:49:52 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-02-21 02:49:52 +0100 |
| commit | eba859e33e7bf611e5b4d63acd4df81038154be8 (patch) | |
| tree | f8ea283812f2efae1e807493f3a59646d7430df5 /Emby.Server.Implementations | |
| parent | 13d65318eb36f3fc423d8060e0092c8671579ed0 (diff) | |
Minor improvements
Diffstat (limited to 'Emby.Server.Implementations')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs | 1 | ||||
| -rw-r--r-- | Emby.Server.Implementations/Session/WebSocketController.cs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs b/Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs index c641b760b..6d7c5ac6e 100644 --- a/Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs +++ b/Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs @@ -10,7 +10,6 @@ using System.Net.Http; using System.Net.Mime; using System.Text; using System.Text.Json; -using System.Text.Json.Serialization; using System.Threading; using System.Threading.Tasks; using MediaBrowser.Common; diff --git a/Emby.Server.Implementations/Session/WebSocketController.cs b/Emby.Server.Implementations/Session/WebSocketController.cs index f9c6a13c6..a653b58c2 100644 --- a/Emby.Server.Implementations/Session/WebSocketController.cs +++ b/Emby.Server.Implementations/Session/WebSocketController.cs @@ -8,7 +8,6 @@ using System.Linq; using System.Net.WebSockets; using System.Threading; using System.Threading.Tasks; -using MediaBrowser.Common.Extensions; using MediaBrowser.Controller.Net; using MediaBrowser.Controller.Session; using MediaBrowser.Model.Net; |
