mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Add declarative backups for migrations (#14135)
This commit is contained in:
@@ -21,4 +21,9 @@ public class BackupOptionsDto
|
||||
/// Gets or sets a value indicating whether the archive contains the Subtitle contents.
|
||||
/// </summary>
|
||||
public bool Subtitles { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether the archive contains the Database contents.
|
||||
/// </summary>
|
||||
public bool Database { get; set; } = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user