namespace EmbyToolbox.Models; public sealed class AddFilesOptions { public string Profile { get; init; } = "Emby"; public bool DisableSubtitleDefault { get; init; } public bool RemoveForeignAudioAndSubtitles { get; init; } }