Package version up (2.0.51).
Change-Id: I296db67b85d6f694e1bc9f704a5d00f9f753c3a4
Signed-off-by: Alice Liu <alice.liu@intel.com>
+* 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
-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
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
/*!
- 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
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;