[android] Changed catalog frontend url

This commit is contained in:
Александр Зацепин 2018-11-02 13:38:41 +03:00 committed by yoksnod
parent fe6313ec6f
commit 57c25cea2a

View file

@ -270,7 +270,7 @@ std::string BookmarkCatalog::GetDownloadUrl(std::string const & serverId) const
std::string BookmarkCatalog::GetFrontendUrl() const
{
return kCatalogFrontendServer + languages::GetCurrentNorm() + "/mobilefront/";
return kCatalogFrontendServer + languages::GetCurrentNorm() + "/v2/mobilefront/";
}
void BookmarkCatalog::RequestTagGroups(std::string const & language,