added playlist loader

registered appconfig as singleton
added config interfaces
This commit is contained in:
2018-12-29 00:38:20 +01:00
parent f37d8d49ea
commit 590c73f834
11 changed files with 128 additions and 26 deletions

View File

@@ -1,15 +1,11 @@
using System;
using Tv7Playlist.Core;
namespace Tv7Playlist
{
public class AppConfig
public class AppConfig : IAppConfig
{
public enum SourceTypeEnum
{
M3U,
Xspf
}
private string _tv7Url;
private string _udpxyUrl;