mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
Fix minor warnings in MediaBrowser.Model/Configuration (#2149)
This commit is contained in:
@@ -5,7 +5,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// </summary>
|
||||
public enum EmbeddedSubtitleOptions
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Allow all embedded subs.
|
||||
/// </summary>
|
||||
@@ -26,5 +25,4 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// </summary>
|
||||
AllowNone = 3,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user