volume control, schedule button, VBR decoder fix, reduced debug in decoder, added decoder source
This commit is contained in:
parent
2f8226d406
commit
7713110129
18 changed files with 1486 additions and 12 deletions
|
@ -52,6 +52,10 @@ var AlbumPage = TempPage.inherit({
|
|||
[{
|
||||
type: 0,
|
||||
action: "play"
|
||||
},
|
||||
{
|
||||
type: 0,
|
||||
action: "scheduledToPlay"
|
||||
}]
|
||||
);
|
||||
var PaneClass = PaneModel.Songs;
|
||||
|
|
|
@ -47,6 +47,10 @@ var ArtistPage = TempPage.inherit({
|
|||
[{
|
||||
type: 0,
|
||||
action: "play"
|
||||
},
|
||||
{
|
||||
type: 0,
|
||||
action: "scheduledToPlay"
|
||||
}]
|
||||
);
|
||||
var PaneClass = PaneModel.Songs;
|
||||
|
|
|
@ -148,6 +148,10 @@ var MusicPage = Page.inherit({
|
|||
[{
|
||||
type: 0,
|
||||
action: "play"
|
||||
},
|
||||
{
|
||||
type: 0,
|
||||
action: "scheduledToPlay"
|
||||
}]
|
||||
);
|
||||
this._songsLink = new Link(this._address["+"](new Address(["songsLink"])), "Songs", this._addresses.songs.local.clone());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue