code cleanup (#743)
* update tools * run code cleanup * update dependencies
This commit is contained in:
@@ -5,4 +5,4 @@ namespace ErsatzTV.Application.Images;
|
||||
|
||||
public record GetCachedImagePath
|
||||
(string FileName, ArtworkKind ArtworkKind, int? MaxHeight = null) : IRequest<
|
||||
Either<BaseError, CachedImagePathViewModel>>;
|
||||
Either<BaseError, CachedImagePathViewModel>>;
|
||||
|
||||
Reference in New Issue
Block a user