Converted StaleMediaTask to StaleMediaScanner for use in plugin home page. Also added a generic Media Info class that can be filtered to return the data you desire.
This commit is contained in:
@@ -8,6 +8,6 @@ public class PluginServiceRegistrator : IPluginServiceRegistrator
|
||||
{
|
||||
public void RegisterServices(IServiceCollection serviceCollection, IServerApplicationHost applicationHost)
|
||||
{
|
||||
serviceCollection.AddSingleton<PluginState>();
|
||||
serviceCollection.AddSingleton<MediaCleanerState>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user