Fixed MediaServer bug 70/34570/1
authorAlice Liu <alice.liu@intel.com>
Thu, 29 Jan 2015 07:19:12 +0000 (15:19 +0800)
committerAlice Liu <alice.liu@intel.com>
Thu, 29 Jan 2015 07:19:12 +0000 (15:19 +0800)
Package version up (2.0.51).

Change-Id: I296db67b85d6f694e1bc9f704a5d00f9f753c3a4
Signed-off-by: Alice Liu <alice.liu@intel.com>
package/changelog
package/pkginfo.manifest
web/cache.manifest
web/ripple.js

index 1827300..4b9da5c 100644 (file)
@@ -1,3 +1,6 @@
+* 2.0.51
+- Fixed MediaServer bug
+== Alice Liu <alice.liu@intel.com> 2015-01-29 15:18
 * 2.0.50
 - Fixed bug TC-2300, TC-2358, TC-2359
 == Alice Liu <alice.liu@intel.com> 2015-01-21 15:25
index 5f6edb6..0bc833a 100644 (file)
@@ -1,4 +1,4 @@
-Version:2.0.50
+Version:2.0.51
 Maintainer:hyeongseok heo <hyeong-seok.heo@samsung.com>, gyeongseok seo <gyeongseok.seo@samsung.com>, jihoon song <jihoon80.song@samsung.com>, changhyun lee <changhyun1.lee@samsung.com>, bonyong lee <bonyong.lee@samsung.com>
 
 Package:websimulator-core
index b805fce..e298186 100644 (file)
@@ -108,4 +108,4 @@ themes/light/images/ui-icons_454545_256x240.png
 themes/light/images/ui-icons_888888_256x240.png
 themes/light/images/ui-icons_cd0a0a_256x240.png
 themes/light/theme.css
-# Manifest build date: Wed Jan 21 2015 15:24:15 GMT+0800 (CST)
\ No newline at end of file
+# Manifest build date: Thu Jan 29 2015 15:16:01 GMT+0800 (CST)
\ No newline at end of file
index c45d68b..ec54990 100644 (file)
@@ -1,5 +1,5 @@
 /*! 
-  Ripple Mobile Environment Emulator v0.9.8 :: Built On Wed Jan 21 2015 15:24:14 GMT+0800 (CST)
+  Ripple Mobile Environment Emulator v0.9.8 :: Built On Thu Jan 29 2015 15:16:00 GMT+0800 (CST)
 
                                 Apache License
                            Version 2.0, January 2004
@@ -79420,7 +79420,7 @@ MediaServer = function (obj) {
     mediaServer.root = obj.root || null;
     mediaServer.canCreateContainer = obj.canCreateContainer || true;
     mediaServer.canUpload = obj.canUpload || true;
-    mediaServer.searchAttrs = obj.searchAttrs || [];
+    mediaServer.searchAttrs = obj.searchAttrs || ['video'];
     mediaServer.sortAttrs = obj.sortAttrs || [];
     mediaServer.server = this || null;
     mediaServer.oncontainerchanged = obj.oncontainerchanged || null;