diff --git a/examples/ui/audio_player/js/example.js b/examples/ui/audio_player/js/example.js index 8e56c9b2..960e662d 100644 --- a/examples/ui/audio_player/js/example.js +++ b/examples/ui/audio_player/js/example.js @@ -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); $('
') + .addClass('OxLight') .css({ position: 'relative', left: '34px',