aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs
diff options
context:
space:
mode:
authorartiume <siderite@gmail.com>2020-02-04 06:02:38 -0500
committerGitHub <noreply@github.com>2020-02-04 06:02:38 -0500
commit3b6a4c3a33956eb54a0168f461b0279c4d3c1719 (patch)
tree745336d36a86e689d06250f8867d809a937d24aa /Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs
parentd4470b5709eaddae12c0096634bd47d7f9ec0b97 (diff)
parent176e8509739ffd3d7002c94adbd814c33b5172e2 (diff)
Merge pull request #11 from jellyfin/master
nightly
Diffstat (limited to 'Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs')
-rw-r--r--Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs b/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs
index f85d52dbc..06458baed 100644
--- a/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs
+++ b/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs
@@ -16,7 +16,6 @@ using MediaBrowser.Controller.Providers;
using MediaBrowser.Controller.Session;
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Events;
-using MediaBrowser.Model.Extensions;
using Microsoft.Extensions.Logging;
namespace Emby.Server.Implementations.EntryPoints