mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
- add an option for dropping specific subtitle formats using the DLNA SubtitleProfile
This commit is contained in:
@@ -25,6 +25,11 @@ namespace MediaBrowser.Model.Dlna
|
||||
/// <summary>
|
||||
/// Serve the subtitles as a separate HLS stream.
|
||||
/// </summary>
|
||||
Hls = 3
|
||||
Hls = 3,
|
||||
|
||||
/// <summary>
|
||||
/// Drop the subtitle.
|
||||
/// </summary>
|
||||
Drop = 4
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user