Skip to content

Commit

Permalink
Remove unused using directives.
Browse files Browse the repository at this point in the history
  • Loading branch information
crobibero committed Dec 3, 2020
1 parent 35c2590 commit bf0645d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions Jellyfin.Plugin.ServerWMC/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
using MediaBrowser.Common.Plugins;
using MediaBrowser.Model.Plugins;
using MediaBrowser.Model.Serialization;
using Microsoft.Extensions.Logging;
using System.IO;
using MediaBrowser.Model.Drawing;

namespace Jellyfin.Plugin.ServerWMC
{
Expand Down
1 change: 0 additions & 1 deletion Jellyfin.Plugin.ServerWMC/RecordingsChannel.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using MediaBrowser.Controller.Channels;
Expand Down
1 change: 0 additions & 1 deletion Jellyfin.Plugin.ServerWMC/SocketClient.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Net.Sockets;
Expand Down
1 change: 0 additions & 1 deletion Jellyfin.Plugin.ServerWMC/SocketClientAsync.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Net;
using System.Net.Sockets;
Expand Down
5 changes: 0 additions & 5 deletions Jellyfin.Plugin.ServerWMC/WMCService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,14 @@
using System.Text;
using System.Threading.Tasks;
using System.IO;
using MediaBrowser.Common.Net;
using MediaBrowser.Controller.LiveTv;
using MediaBrowser.Model.LiveTv;
using System.Threading;
using System.Reflection;
using System.Diagnostics;
using Microsoft.Extensions.Logging;
using MediaBrowser.Model.Entities;
using MediaBrowser.Controller.Channels;
using MediaBrowser.Controller.Drawing;
using MediaBrowser.Model.Dto;
using System.Net;
using System.Net.Http;
using System.Xml.Linq;
using MediaBrowser.Model.MediaInfo;
using MediaBrowser.Model.IO;
Expand Down

0 comments on commit bf0645d

Please sign in to comment.