From d5672ce407dda5e6e2422a7ce7ea6ad561759001 Mon Sep 17 00:00:00 2001 From: JPVenson Date: Wed, 4 Jun 2025 01:49:41 +0300 Subject: Add declarative backups for migrations (#14135) --- MediaBrowser.Controller/SystemBackupService/BackupOptionsDto.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MediaBrowser.Controller/SystemBackupService') diff --git a/MediaBrowser.Controller/SystemBackupService/BackupOptionsDto.cs b/MediaBrowser.Controller/SystemBackupService/BackupOptionsDto.cs index 228839a1d8..fc5a109f1a 100644 --- a/MediaBrowser.Controller/SystemBackupService/BackupOptionsDto.cs +++ b/MediaBrowser.Controller/SystemBackupService/BackupOptionsDto.cs @@ -21,4 +21,9 @@ public class BackupOptionsDto /// Gets or sets a value indicating whether the archive contains the Subtitle contents. /// public bool Subtitles { get; set; } + + /// + /// Gets or sets a value indicating whether the archive contains the Database contents. + /// + public bool Database { get; set; } = true; } -- cgit v1.2.3