First running version with all fields, sync, m3u generation and without old controller

This commit is contained in:
2019-01-25 22:52:37 +01:00
parent 99430d9292
commit 0b53b6f697
19 changed files with 321 additions and 231 deletions

View File

@@ -86,6 +86,8 @@ namespace Tv7Playlist
private void ConfigureParser(IServiceCollection services, IAppConfig appConfig)
{
services.AddTransient<IPlaylistLoader, PlaylistLoader>();
services.AddTransient<IPlaylistBuilder, PlaylistBuilder>();
services.AddTransient<IPlaylistSynchronizer, PlaylistSynchronizer>();
var type = appConfig.SourceType;
switch (type)