mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-31 20:24:21 -04:00
10 lines
259 B
C#
10 lines
259 B
C#
namespace Jellyfin.Api.Models.Startup
|
|
{
|
|
public class StartupConfigurationDto
|
|
{
|
|
public string UICulture { get; set; }
|
|
public string MetadataCountryCode { get; set; }
|
|
public string PreferredMetadataLanguage { get; set; }
|
|
}
|
|
}
|