mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 18:24:19 -04:00
Use file-scoped namespace
This commit is contained in:
parent
7e645dcfc0
commit
c38bfd281c
@ -23,10 +23,10 @@ using MediaBrowser.Model.Entities;
|
||||
using MediaBrowser.Model.Session;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace Emby.Server.Implementations.EntryPoints
|
||||
namespace Emby.Server.Implementations.EntryPoints;
|
||||
|
||||
public sealed class LibraryChangedNotifier : IServerEntryPoint
|
||||
{
|
||||
public sealed class LibraryChangedNotifier : IServerEntryPoint
|
||||
{
|
||||
private readonly ILibraryManager _libraryManager;
|
||||
private readonly IServerConfigurationManager _configurationManager;
|
||||
private readonly IProviderManager _providerManager;
|
||||
@ -422,5 +422,4 @@ namespace Emby.Server.Implementations.EntryPoints
|
||||
LibraryUpdateTimer = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user