First running version with all fields, sync, m3u generation and without old controller
This commit is contained in:
8
Tv7Playlist.Core/M3UConstants.cs
Normal file
8
Tv7Playlist.Core/M3UConstants.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Tv7Playlist.Core
|
||||
{
|
||||
internal static class M3UConstants
|
||||
{
|
||||
public const string ExtInfStartTag = "#EXTINF:";
|
||||
public const string ExtFileStartTag = "#EXTM3U";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user