added application config

This commit is contained in:
2018-10-29 22:57:34 +01:00
parent 6746eb3628
commit dc21cb5b0b
5 changed files with 91 additions and 21 deletions

9
AppConfig.cs Normal file
View File

@@ -0,0 +1,9 @@
namespace tv7playlist
{
public class AppConfig
{
public string TV7Url { get; set; }
public string UdpxyUrl { get; set; }
public string DownloadFileName { get; set; }
}
}