realraum g+ videos
authorBernhard Tittelbach <xro@realraum.at>
Wed, 14 Aug 2013 23:24:59 +0000 (23:24 +0000)
committerBernhard Tittelbach <xro@realraum.at>
Wed, 14 Aug 2013 23:24:59 +0000 (23:24 +0000)
raspberry-kiosk/kiosk.js

index 253b2d1..e9d4b6c 100644 (file)
@@ -30,7 +30,7 @@ function writeGooglePlusEvents(data, elem)
             noteimgs.push(attach[a].thumbnails[t].image.url);
           }
         }
-        else if ( attach[a].objectType == "photo")
+        else if ( attach[a].objectType == "photo" || attach[a].objectType == "video")
         {
           noteimgs.push(attach[a].image.url);
         }