From c6ab527bf342ddbb78d37c07b69d8d104232514a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 31 May 2020 03:02:47 +0200 Subject: Update readme with instructions for mangadex credentials --- src/plugins/Mangadex.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/Mangadex.cpp') diff --git a/src/plugins/Mangadex.cpp b/src/plugins/Mangadex.cpp index d17ba74..235e709 100644 --- a/src/plugins/Mangadex.cpp +++ b/src/plugins/Mangadex.cpp @@ -4,8 +4,6 @@ #include static const std::string mangadex_url = "https://mangadex.org"; -// TODO: Allow selecting other languages than english -static const char *language_code = "1"; // english static const std::string useragent_str = "user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36"; namespace QuickMedia { -- cgit v1.2.3