From 8792fed9a3c1d60ffbdbee6fff77e260c4464510 Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Sun, 15 Jun 2025 21:25:00 +0200 Subject: [PATCH] [auto] run release preconditions --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 97344f1..4d7392e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -339,8 +339,8 @@ export default class MediaDbPlugin extends Plugin { /** * Tries to download the image for a media model. - * - * @param mediaTypeModel + * + * @param mediaTypeModel * @returns true if the image was downloaded, false otherwise */ private async downloadImageForMediaModel(mediaTypeModel: MediaTypeModel): Promise {