2020-07-22 11:34:51 +00:00
|
|
|
#nullable enable
|
|
|
|
#pragma warning disable CS1591
|
|
|
|
|
2019-01-13 20:02:23 +00:00
|
|
|
namespace MediaBrowser.MediaEncoding.Subtitles
|
2018-12-14 09:40:55 +00:00
|
|
|
{
|
2020-07-22 11:34:51 +00:00
|
|
|
public static class ParserValues
|
2018-12-14 09:40:55 +00:00
|
|
|
{
|
|
|
|
public const string NewLine = "\r\n";
|
|
|
|
}
|
|
|
|
}
|