mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 07:12:18 +01:00
Enable TreatWarningsAsErrors for MediaBrowser.Model
This commit is contained in:
@@ -10,6 +10,11 @@ namespace MediaBrowser.Model.Globalization
|
||||
/// </summary>
|
||||
public class CultureDto
|
||||
{
|
||||
public CultureDto()
|
||||
{
|
||||
ThreeLetterISOLanguageNames = Array.Empty<string>();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the name.
|
||||
/// </summary>
|
||||
@@ -29,7 +34,7 @@ namespace MediaBrowser.Model.Globalization
|
||||
public string TwoLetterISOLanguageName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the name of the three letter ISO language.
|
||||
/// Gets the name of the three letter ISO language.
|
||||
/// </summary>
|
||||
/// <value>The name of the three letter ISO language.</value>
|
||||
public string ThreeLetterISOLanguageName
|
||||
@@ -47,10 +52,5 @@ namespace MediaBrowser.Model.Globalization
|
||||
}
|
||||
|
||||
public string[] ThreeLetterISOLanguageNames { get; set; }
|
||||
|
||||
public CultureDto()
|
||||
{
|
||||
ThreeLetterISOLanguageNames = Array.Empty<string>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user