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