update audio player example
This commit is contained in:
parent
f57b3c9672
commit
67d2ff05f4
1 changed files with 2 additions and 1 deletions
|
@ -205,7 +205,7 @@ Ox.load('UI', function() {
|
|||
],
|
||||
artists = getArtists(tracks),
|
||||
albums = getAlbums(artists),
|
||||
view = 'albums',
|
||||
view = 'tracks',
|
||||
|
||||
$toolbar = Ox.Bar({size: 39}),
|
||||
|
||||
|
@ -581,6 +581,7 @@ Ox.load('UI', function() {
|
|||
.html(data.title ? data.title : '')
|
||||
.appendTo($item);
|
||||
$('<div>')
|
||||
.addClass('OxLight')
|
||||
.css({
|
||||
position: 'relative',
|
||||
left: '34px',
|
||||
|
|
Loading…
Reference in a new issue