diff options
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 { |