Add progress and complettion indication
🏗️ Build Plugin / build (push) Successful in 1m59s
🧪 Test Plugin / test (push) Successful in 56s
🚀 Release Plugin / build-and-release (push) Successful in 1m56s

This commit is contained in:
2025-12-14 11:11:26 +01:00
parent ba497924e9
commit c1f7981ed7
7 changed files with 421 additions and 2 deletions
@@ -29,5 +29,8 @@ public class PluginServiceRegistrator : IPluginServiceRegistrator
// Register channel
serviceCollection.AddSingleton<IChannel, JellypodChannel>();
// Register playback reporting service
serviceCollection.AddHostedService<PlaybackReportingService>();
}
}