diff --git a/openbr/plugins/gallery/video.cpp b/openbr/plugins/gallery/video.cpp index 90fb2ff..2c9bba2 100644 --- a/openbr/plugins/gallery/video.cpp +++ b/openbr/plugins/gallery/video.cpp @@ -77,7 +77,7 @@ public: idx++; TemplateList rVal; - rVal.append(temp); + rVal.append(output); *done = false; return rVal; }