From 118d73c0150aaf441b8fe1feb5e34f73a075dc52 Mon Sep 17 00:00:00 2001 From: djdron Date: Wed, 6 Dec 2017 23:49:25 +0200 Subject: [PATCH] Revert "+ VTRDOS web source fix" This reverts commit 47899d7b2e3e4d96f7f7df7f82556d4b305575d3. --- platform/web/io_web_source_vtrdos.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/web/io_web_source_vtrdos.cpp b/platform/web/io_web_source_vtrdos.cpp index 0c729afa..906f5600 100644 --- a/platform/web/io_web_source_vtrdos.cpp +++ b/platform/web/io_web_source_vtrdos.cpp @@ -44,7 +44,7 @@ class eWebSourceVTRDOS : public eWebSource class eWebSourceVTRDOS_Games : public eWebSourceVTRDOS { public: - eWebSourceVTRDOS_Games() : eWebSourceVTRDOS("vtrdos", "http://vtrd.in") {} + eWebSourceVTRDOS_Games() : eWebSourceVTRDOS("vtrdos", "http://trd.speccy.cz") {} virtual void GetItems(eWebSourceItems* items, const std::string& path) const { if(IsRootPath(path)) @@ -89,7 +89,7 @@ class eWebSourceVTRDOS_Games : public eWebSourceVTRDOS class eWebSourceVTRDOS_Press : public eWebSourceVTRDOS { public: - eWebSourceVTRDOS_Press() : eWebSourceVTRDOS("press", "http://vtrd.in") {} + eWebSourceVTRDOS_Press() : eWebSourceVTRDOS("press", "http://trd.speccy.cz") {} virtual void GetItems(eWebSourceItems* items, const std::string& path) const { if(IsRootPath(path))