added first version of m3u parser (only parse what we need)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user