Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2015-10-13 15:56:53 +02:00
commit 6b21e06c76
3 changed files with 136 additions and 134 deletions

View file

@ -111,6 +111,11 @@ namespace Mist {
}
isInitialized = true;
reconnect();
//if the connection failed, fail
if (streamName.size() < 1){
onFail();
return;
}
selectDefaultTracks();
sought = false;
}