7 lines
190 B
C#
7 lines
190 B
C#
using ErsatzTV.Core;
|
|
|
|
namespace ErsatzTV.Application.MediaCollections;
|
|
|
|
public record DeleteTraktList(int TraktListId) : IRequest<Either<BaseError, Unit>>,
|
|
IBackgroundServiceRequest;
|