Fix minor warnings in MediaBrowser.Model/Configuration (#2149)

This commit is contained in:
Jan Sommer
2022-10-06 21:44:12 +02:00
parent 0b8faf5db4
commit 87d460909f
3 changed files with 2 additions and 4 deletions

View File

@@ -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,
}
}