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