HTTP Progressive now works again.

This commit is contained in:
Thulinma 2012-06-18 18:20:31 +02:00
parent dafe3b5fdd
commit 405b33af77

View file

@ -257,7 +257,7 @@ namespace Connector_HTTP{
streamname = Movie;
inited = false;
ss.close();
if (handler == HANDLER_PROGRESSIVE){
if (inited && handler == HANDLER_PROGRESSIVE){
#if DEBUG >= 4
printf("Progressive-mode reconnect impossible - disconnecting.\n");
#endif