Fix URL typo in OnlinesSettings initialization

This commit is contained in:
Felix 2025-12-31 19:56:45 +02:00 committed by GitHub
parent 044930e742
commit 1d4bc2887f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ namespace Uaflix
/// </summary>
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",
group = 0,