mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 23:00:18 -05:00
8 lines
139 B
C#
8 lines
139 B
C#
namespace MediaBrowser.MediaEncoding.Subtitles
|
|
{
|
|
public class ParserValues
|
|
{
|
|
public const string NewLine = "\r\n";
|
|
}
|
|
}
|