Kaynağa Gözat

fixed showing messages while not streaming

Aareschluchtje 9 yıl önce
ebeveyn
işleme
98d84ee91a
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      contentparser.c

+ 4 - 0
contentparser.c

@@ -105,6 +105,10 @@ void parsetimezone(char* content)
 
 void parseTwitch(char* content)
 {
+    if(strcmp("null", content))
+    {
+        return;
+    }
     int r;
     int i = 2;
     jsmn_parser p;