jellyfin/MediaBrowser.Model/MediaInfo/SubtitleFormat.cs
2014-05-08 16:26:20 -04:00

7 lines
130 B
C#

namespace MediaBrowser.Model.MediaInfo
{
public class SubtitleFormat
{
public const string SRT = "SRT";
}
}