Fix Audio slides reporting images.

Fixes #10063
master
Alan Evans 2020-10-06 11:09:50 -03:00 committed by GitHub
parent ae34877496
commit b40fd7b243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class AudioSlide extends Slide {
@Override
public boolean hasImage() {
return true;
return false;
}
@Override