No code changes, just visual cleanup

pull/1220/head
Thompson3142 2024-09-08 20:05:13 +02:00
rodzic 488e41d24e
commit fa8746c7c7
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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