mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-09 13:40:17 -05:00
10 lines
178 B
C#
10 lines
178 B
C#
#pragma warning disable CS1591
|
|
|
|
namespace MediaBrowser.MediaEncoding.Subtitles
|
|
{
|
|
public static class ParserValues
|
|
{
|
|
public const string NewLine = "\r\n";
|
|
}
|
|
}
|