Fix build

This commit is contained in:
pietervdvn 2022-06-13 01:00:09 +02:00
parent 771c59ab92
commit 3b01e62fbe

View file

@ -34,7 +34,7 @@ export default class GenericImageProvider extends ImageProvider {
return undefined;
}
protected DownloadAttribution(url: string) {
public DownloadAttribution(url: string) {
return undefined
}