8 lines
184 B
C#
8 lines
184 B
C#
namespace EmbyToolbox.Models;
|
|
|
|
public sealed class AddFilesOptions
|
|
{
|
|
public string Profile { get; init; } = "Emby";
|
|
public bool RemoveForeignAudioAndSubtitles { get; init; }
|
|
}
|