Point streamlink test to /test

Streamlink tests now throw at the /test api and expect a streamer variable, if nothing then it will succeed. Think the streamer link stuff is mostly done, just need to do the changes on the api.
This commit is contained in:
Heavy Bob 2025-04-10 03:16:42 +10:00
parent 5994743c73
commit b448cfec3c
2 changed files with 49 additions and 8 deletions
AutoTrackR2

View file

@ -183,7 +183,7 @@ public static class WebHandler
}
}
private static void ProcessStreamerResponse(string responseContent)
public static void ProcessStreamerResponse(string responseContent)
{
try
{