Skip to content

Commit

Permalink
Revert "+ VTRDOS web source fix"
Browse files Browse the repository at this point in the history
This reverts commit 47899d7.
  • Loading branch information
djdron committed Dec 6, 2017
1 parent 47899d7 commit 118d73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/web/io_web_source_vtrdos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit 118d73c

Please sign in to comment.