mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-29 16:30:34 +05:30
«Use this in SearchInfo, for consistency's sake» @Stypox order xD
This commit is contained in:
parent
e8d58e09c9
commit
79483a6dc0
@ -70,11 +70,11 @@ public class SearchInfo extends ListInfo<InfoItem> {
|
||||
|
||||
// Getter
|
||||
public String getSearchString() {
|
||||
return searchString;
|
||||
return this.searchString;
|
||||
}
|
||||
|
||||
public String getSearchSuggestion() {
|
||||
return searchSuggestion;
|
||||
return this.searchSuggestion;
|
||||
}
|
||||
|
||||
public boolean isCorrectedSearch() {
|
||||
@ -82,7 +82,7 @@ public class SearchInfo extends ListInfo<InfoItem> {
|
||||
}
|
||||
|
||||
public void setCorrectedSearch(boolean correctedSearch) {
|
||||
isCorrectedSearch = correctedSearch;
|
||||
this.isCorrectedSearch = correctedSearch;
|
||||
}
|
||||
|
||||
public void setSearchSuggestion(String searchSuggestion) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user