mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 05:48:47 +01:00
fix portable and 3.5 project references
This commit is contained in:
7
MediaBrowser.Model/MediaInfo/SubtitleFormat.cs
Normal file
7
MediaBrowser.Model/MediaInfo/SubtitleFormat.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MediaBrowser.Model.MediaInfo
|
||||
{
|
||||
public class SubtitleFormat
|
||||
{
|
||||
public const string SRT = "SRT";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user