No code changes, just visual cleanup
This commit is contained in:
parent
488e41d24e
commit
fa8746c7c7
|
@ -60,14 +60,13 @@ public final class YoutubeSearchQueryHandlerFactory extends SearchQueryHandlerFa
|
||||||
default:
|
default:
|
||||||
return SEARCH_URL + encodeUrlUtf8(searchString) + "&sp=8AEB";
|
return SEARCH_URL + encodeUrlUtf8(searchString) + "&sp=8AEB";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String[] getAvailableContentFilter() {
|
public String[] getAvailableContentFilter() {
|
||||||
return new String[]{
|
return new String[]{
|
||||||
ALL,
|
ALL,
|
||||||
//EXACT,
|
//EXACT, Not a separate content filter (yet)
|
||||||
VIDEOS,
|
VIDEOS,
|
||||||
CHANNELS,
|
CHANNELS,
|
||||||
PLAYLISTS,
|
PLAYLISTS,
|
||||||
|
|
Loading…
Reference in New Issue