summaryrefslogtreecommitdiff
path: root/PVideo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PVideo.cpp')
-rw-r--r--PVideo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/PVideo.cpp b/PVideo.cpp
index 11f48ad..c8020f6 100644
--- a/PVideo.cpp
+++ b/PVideo.cpp
@@ -55,6 +55,7 @@ bool Video::UpdateFromServer()
while(pNode) {
if(Poco::icompare(pNode->nodeName(), "Video") == 0) {
Parse(pNode);
+ break;
}
pNode = it.nextNode();