return propper name for soundcloud kisok extractor

This commit is contained in:
Christian Schabesberger 2018-04-01 20:27:44 +02:00
parent 22c59a4895
commit a6b6235644
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class SoundcloudChartsExtractor extends KioskExtractor {
@Nonnull
@Override
public String getName() {
return "SoundCloud Charts";
return getId();
}
@Nonnull