Skip to content

Commit

Permalink
unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
oonqt committed Apr 11, 2020
1 parent e08e5e9 commit 93fbfb6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion Emby.Notifications.Discord/DiscordWebhookHelper.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using MediaBrowser.Model.Logging;
using MediaBrowser.Model.Serialization;
using System.Collections.Generic;
using System.Net;
Expand Down
2 changes: 0 additions & 2 deletions Emby.Notifications.Discord/MemesterServiceHelper.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System.Runtime.CompilerServices;
using System.Net.Http.Headers;
using System.Net;
using System.Threading.Tasks;
using MediaBrowser.Model.Logging;
using MediaBrowser.Model.Serialization;
using System.Net.Http;
using System.IO;
Expand Down
9 changes: 2 additions & 7 deletions Emby.Notifications.Discord/Notifier.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Net.Http.Headers;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Notifications;
using MediaBrowser.Model.Logging;
using Emby.Notifications.Discord.Configuration;
Expand All @@ -18,13 +17,9 @@
using MediaBrowser.Model.System;
using MediaBrowser.Model.Globalization;
using MediaBrowser.Model.Library;
using MediaBrowser.Controller.Providers;
using MediaBrowser.Model.Providers;
using MediaBrowser.Model.IO;
using System.IO;
using System.Net;
using System.Timers;
using System.ComponentModel;

namespace Emby.Notifications.Discord
{
Expand Down Expand Up @@ -293,7 +288,7 @@ private void CheckForMetadata(object sender, ElapsedEventArgs eventArgs)
}
catch (Exception e)
{
_logger.ErrorException("Something unexpected happened in the update checker", e);
_logger.ErrorException("Something unexpected happened in the item update checker", e);
}
}

Expand Down

0 comments on commit 93fbfb6

Please sign in to comment.