diff options
Diffstat (limited to 'PVideo.cpp')
-rw-r--r-- | PVideo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ bool Video::UpdateFromServer() while(pNode) { if(Poco::icompare(pNode->nodeName(), "Video") == 0) { Parse(pNode); + break; } pNode = it.nextNode(); |