fix: make getTab nonnull

Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
This commit is contained in:
ThetaDev 2022-11-16 16:50:25 +01:00 committed by GitHub
parent f6d8652600
commit 2245de1197
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ public abstract class ChannelTabExtractor extends ListExtractor<InfoItem> {
super(service, linkHandler);
}
@Nonnull
public String getTab() {
return getLinkHandler().getContentFilters().get(0);
}