play_circle_filled
diff --git a/src/mypreferenceslanguages.html b/src/mypreferencesplayback.html
similarity index 100%
rename from src/mypreferenceslanguages.html
rename to src/mypreferencesplayback.html
diff --git a/src/scripts/routes.js b/src/scripts/routes.js
index 5e030da4c6..680a99a80b 100644
--- a/src/scripts/routes.js
+++ b/src/scripts/routes.js
@@ -229,41 +229,41 @@ define([
autoFocus: false,
transition: "fade"
});
- defineRoute({
- path: "/mypreferencesdisplay.html",
- autoFocus: false,
- transition: "fade",
- controller: "mypreferencesdisplay"
- });
- defineRoute({
- path: "/mypreferenceshome.html",
- autoFocus: false,
- transition: "fade",
- controller: "mypreferenceshome"
- });
- defineRoute({
- path: "/mypreferencessubtitles.html",
- autoFocus: false,
- transition: "fade",
- controller: "mypreferencessubtitles"
- });
- defineRoute({
- path: "/mypreferenceslanguages.html",
- autoFocus: false,
- transition: "fade",
- controller: "mypreferenceslanguages"
- });
defineRoute({
path: "/mypreferencesmenu.html",
autoFocus: false,
transition: "fade",
- controller: "mypreferencescommon"
+ controller: "user/menu"
});
defineRoute({
path: "/myprofile.html",
autoFocus: false,
transition: "fade",
- controller: "myprofile"
+ controller: "user/profile"
+ });
+ defineRoute({
+ path: "/mypreferencesdisplay.html",
+ autoFocus: false,
+ transition: "fade",
+ controller: "user/display"
+ });
+ defineRoute({
+ path: "/mypreferenceshome.html",
+ autoFocus: false,
+ transition: "fade",
+ controller: "user/home"
+ });
+ defineRoute({
+ path: "/mypreferencesplayback.html",
+ autoFocus: false,
+ transition: "fade",
+ controller: "user/playback"
+ });
+ defineRoute({
+ path: "/mypreferencessubtitles.html",
+ autoFocus: false,
+ transition: "fade",
+ controller: "user/subtitles"
});
defineRoute({
path: "/notificationsetting.html",