summaryrefslogtreecommitdiff
path: root/PVideo.cpp
diff options
context:
space:
mode:
authorChristian <zerov83@gmail.com>2016-03-09 21:24:36 +0100
committerChristian <zerov83@gmail.com>2016-03-09 21:24:36 +0100
commit0049f41e432de2018bc1111b0e3fc0c5920ab7e8 (patch)
tree2ece5e38ec9ba7d7cb9ee58887b30c2de866ea85 /PVideo.cpp
parent36e3c6837bb338faf61fffd6888bdca2354a1bbc (diff)
downloadvdr-plugin-plex-0049f41e432de2018bc1111b0e3fc0c5920ab7e8.tar.gz
vdr-plugin-plex-0049f41e432de2018bc1111b0e3fc0c5920ab7e8.tar.bz2
Fixes for DetailView
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();