mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
Port MediaEncoding and Api.Playback from 10e57ce8d21b4516733894075001819f3cd6db6b
This commit is contained in:
7
MediaBrowser.MediaEncoding/Subtitles/ParserValues.cs
Normal file
7
MediaBrowser.MediaEncoding/Subtitles/ParserValues.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MediaBrowser.MediaEncoding.Subtitles
|
||||
{
|
||||
public class ParserValues
|
||||
{
|
||||
public const string NewLine = "\r\n";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user