mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-05-11 20:50:34 +00:00
Change to better web ui server
This commit is contained in:
parent
ab811219a5
commit
a6438d97b9
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ HBRUSH g_darkBrush = nullptr;
|
|||
HANDLE g_hMutex = nullptr;
|
||||
HHOOK g_hMouseHook = nullptr;
|
||||
|
||||
std::wstring g_webuiUrl = L"https://zaarrg.github.io/stremio-web-shell-fixes/";
|
||||
std::wstring g_webuiUrl = L"https://stremio.zarg.me/";
|
||||
std::string g_updateUrl= "https://raw.githubusercontent.com/Zaarrg/stremio-desktop-v5/refs/heads/webview-windows/version/version.json";
|
||||
|
||||
// Command-line args
|
||||
|
|
|
|||
Loading…
Reference in a new issue