first running version

This commit is contained in:
2018-10-23 00:41:44 +02:00
parent 7665e5c49c
commit e00f131cc9
4 changed files with 8 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ namespace tv7playlist.Controllers
{
[Route("api/playlist")]
[ApiController]
public class PlayListTV7Controller : ControllerBase
public class PlayListController : ControllerBase
{
private const string Tv7OriginUrl = "https://api.init7.net/tvchannels.m3u";
private const string UdpxyRootUrl = "http://tv1.haefelfinger.net:4022/udp";