diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-05-31 03:02:47 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-05-31 03:02:47 +0200 |
commit | c6ab527bf342ddbb78d37c07b69d8d104232514a (patch) | |
tree | 1764b16052278cacdad3fd37ce590256c6b03d8f /src | |
parent | 9a3e8032301840e3645ade96475a199528b19b88 (diff) |
Update readme with instructions for mangadex credentials
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/Mangadex.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 <json/reader.h> 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 { |