moved to subfolder

This commit is contained in:
2018-12-09 23:24:53 +01:00
parent fd86f3e9c7
commit 02aad5f41d
25 changed files with 0 additions and 0 deletions

9
Tv7Playlist/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; }
}
}