8 lines
238 B
C#
8 lines
238 B
C#
using ErsatzTV.Core;
|
|
|
|
namespace ErsatzTV.Application.Emby;
|
|
|
|
public record SynchronizeEmbyCollections(int EmbyMediaSourceId, bool ForceScan, bool DeepScan)
|
|
: IRequest<Either<BaseError, Unit>>,
|
|
IScannerBackgroundServiceRequest;
|