[auto] run release preconditions

This commit is contained in:
Moritz Jung 2025-06-15 21:25:00 +02:00
parent db444c83f5
commit 8792fed9a3

View file

@ -339,8 +339,8 @@ export default class MediaDbPlugin extends Plugin {
/** /**
* Tries to download the image for a media model. * Tries to download the image for a media model.
* *
* @param mediaTypeModel * @param mediaTypeModel
* @returns true if the image was downloaded, false otherwise * @returns true if the image was downloaded, false otherwise
*/ */
private async downloadImageForMediaModel(mediaTypeModel: MediaTypeModel): Promise<boolean> { private async downloadImageForMediaModel(mediaTypeModel: MediaTypeModel): Promise<boolean> {