mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
9 lines
256 B
C#
9 lines
256 B
C#
namespace Jellyfin.Api.Models.Startup
|
|
{
|
|
public class StartupConfiguration
|
|
{
|
|
public string UICulture { get; set; }
|
|
public string MetadataCountryCode { get; set; }
|
|
public string PreferredMetadataLanguage { get; set; }
|
|
}
|
|
}
|