Kartu in the modification 1eade6c263 made by msukhiashvili should be add of declaration of the actions for the news previuos song and next song.
84 // Actions
85 ACTION_SHUTDOWN: "Shutdown",
86 ACTION_NEXT_PAGE: "Next Page",
87 ACTION_PREVIOUS_PAGE: "Previous Page",
88 ACTION_NEXT_IN_HISTORY: "Next in History",
89 ACTION_PREVIOUS_IN_HISTORY: "Previous in History",
90 ACTION_PREVIOUS_SONG: "Previous song",
91 ACTION_NEXT_SONG: "Next song"
92 };
|