* upgrade dependencies * allow blocks with same name in different groups * code cleanup
7 lines
204 B
C#
7 lines
204 B
C#
using ErsatzTV.Core;
|
|
|
|
namespace ErsatzTV.Scanner.Application.Jellyfin;
|
|
|
|
public record SynchronizeJellyfinCollections(int JellyfinMediaSourceId, bool ForceScan)
|
|
: IRequest<Either<BaseError, Unit>>;
|