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 {