audio player example: remove mp3s
This commit is contained in:
parent
1ad54a06d5
commit
01ee307a4b
8 changed files with 1 additions and 1 deletions
|
@ -1040,7 +1040,7 @@ Ox.load('UI', function() {
|
||||||
Ox.forEach(tree, function(albums, artist) {
|
Ox.forEach(tree, function(albums, artist) {
|
||||||
artist = {
|
artist = {
|
||||||
albums: Ox.len(albums),
|
albums: Ox.len(albums),
|
||||||
artwork: 'mp3/' + artist + '/artwork.png',
|
artwork: 'http://0x2620.org/music/' + artist + '/artwork.png',
|
||||||
id: artist,
|
id: artist,
|
||||||
items: [],
|
items: [],
|
||||||
name: artist
|
name: artist
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 17 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 287 KiB |
Binary file not shown.
Before Width: | Height: | Size: 47 KiB |
Loading…
Reference in a new issue