Skip to content

Commit c589b03

Browse files
author
chschtsch
committed
rollback setting English as a default language for content
1 parent 862b5aa commit c589b03

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/Downloader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public static String download(String siteUrl) {
3737
HttpURLConnection con = (HttpURLConnection) url.openConnection();
3838
con.setRequestMethod("GET");
3939
con.setRequestProperty("User-Agent", USER_AGENT);
40-
con.setRequestProperty("Accept-Language", "en");
4140

4241
BufferedReader in = new BufferedReader(
4342
new InputStreamReader(con.getInputStream()));

0 commit comments

Comments
 (0)