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