mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
fix subtitle unit tests
This commit is contained in:
13
MediaBrowser.MediaEncoding/Subtitles/ParserValues.cs
Normal file
13
MediaBrowser.MediaEncoding/Subtitles/ParserValues.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MediaBrowser.MediaEncoding.Subtitles
|
||||
{
|
||||
public class ParserValues
|
||||
{
|
||||
public const string NewLine = "\r\n";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user