added first version of m3u parser (only parse what we need)

This commit is contained in:
2018-12-07 23:30:48 +01:00
parent f1bd8a63fc
commit d36d91cfbc
4 changed files with 192 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ namespace Tv7Playlist
{
public const int Startup = 1000;
public const int Playlist = 1001;
public const int ParsingM3uPlayList = 1002;
public const int PlaylistNotFound = 4000;
}