Support Jellyfin 10.7
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using Jellyfin.Plugin.Simkl.API;
|
||||
using MediaBrowser.Common.Plugins;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Jellyfin.Plugin.Simkl
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public class PluginServiceRegistrator : IPluginServiceRegistrator
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public void RegisterServices(IServiceCollection serviceCollection)
|
||||
{
|
||||
serviceCollection.AddScoped<SimklApi>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user