namespace Jellyfin.Server.Implementations.FullSystemBackup; /// /// Defines the optional contents of the backup archive. /// internal class BackupOptions { public bool Metadata { get; set; } public bool Trickplay { get; set; } public bool Subtitles { get; set; } }