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: 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,