Add progress and complettion indication
This commit is contained in:
@@ -29,5 +29,8 @@ public class PluginServiceRegistrator : IPluginServiceRegistrator
|
||||
|
||||
// Register channel
|
||||
serviceCollection.AddSingleton<IChannel, JellypodChannel>();
|
||||
|
||||
// Register playback reporting service
|
||||
serviceCollection.AddHostedService<PlaybackReportingService>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user