mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 17:32:20 +00:00
Fix URL typo in OnlinesSettings initialization
This commit is contained in:
parent
044930e742
commit
1d4bc2887f
@ -16,7 +16,7 @@ namespace Uaflix
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public static void loaded(InitspaceModel initspace)
|
public static void loaded(InitspaceModel initspace)
|
||||||
{
|
{
|
||||||
UaFlix = new OnlinesSettings("Uaflix", "https://uaflix.net", streamproxy: false, useproxy: false)
|
UaFlix = new OnlinesSettings("Uaflix", "https://uafix.net", streamproxy: false, useproxy: false)
|
||||||
{
|
{
|
||||||
displayname = "UaFlix",
|
displayname = "UaFlix",
|
||||||
group = 0,
|
group = 0,
|
||||||
@ -39,4 +39,4 @@ namespace Uaflix
|
|||||||
AppInit.conf.online.with_search.Add("uaflix");
|
AppInit.conf.online.with_search.Add("uaflix");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user