mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-06 20:52:23 +00:00
7 lines
130 B
C#
7 lines
130 B
C#
namespace MediaBrowser.Model.MediaInfo
|
|
{
|
|
public class SubtitleFormat
|
|
{
|
|
public const string SRT = "SRT";
|
|
}
|
|
} |