7 lines
223 B
C#
7 lines
223 B
C#
using ErsatzTV.Core;
|
|
|
|
namespace ErsatzTV.Scanner.Application.Emby;
|
|
|
|
public record SynchronizeEmbyCollections(string BaseUrl, int EmbyMediaSourceId, bool ForceScan, bool DeepScan)
|
|
: IRequest<Either<BaseError, Unit>>;
|