No code changes, just visual cleanup

This commit is contained in:
Thompson3142 2024-09-08 20:05:13 +02:00
parent 488e41d24e
commit fa8746c7c7
1 changed files with 1 additions and 2 deletions

View File

@ -60,14 +60,13 @@ public final class YoutubeSearchQueryHandlerFactory extends SearchQueryHandlerFa
default:
return SEARCH_URL + encodeUrlUtf8(searchString) + "&sp=8AEB";
}
}
@Override
public String[] getAvailableContentFilter() {
return new String[]{
ALL,
//EXACT,
//EXACT, Not a separate content filter (yet)
VIDEOS,
CHANNELS,
PLAYLISTS,