mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
Add Full system backup feature (#13945)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Jellyfin.Server.Implementations.FullSystemBackup;
|
||||
|
||||
/// <summary>
|
||||
/// Defines the optional contents of the backup archive.
|
||||
/// </summary>
|
||||
internal class BackupOptions
|
||||
{
|
||||
public bool Metadata { get; set; }
|
||||
|
||||
public bool Trickplay { get; set; }
|
||||
|
||||
public bool Subtitles { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user