mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 13:44:22 -04:00
10 lines
256 B
C#
10 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; }
|
|
}
|
|
}
|