Added pgsql support for jellyfin 🎉
This commit is contained in:
@@ -11,4 +11,9 @@ public class DatabaseConfigurationOptions
|
||||
/// Gets or Sets the type of database jellyfin should use.
|
||||
/// </summary>
|
||||
public required string DatabaseType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets the settings to run jellyfin with Postgres.
|
||||
/// </summary>
|
||||
public PostgreSqlOptions? PostgreSql { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user