Add Paused state for live data due to false positive of returning HostNotFound when they were only paused!

This commit is contained in:
kohlerpop1
2025-07-19 20:10:29 -04:00
parent a6188d8bb0
commit 567a952c00
3 changed files with 32 additions and 31 deletions

View File

@@ -52,6 +52,7 @@ public class LiveData {
public enum LiveStatus {
HostNotFound,
HostOnline,
HostPaused,
HostOffline,
}