Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
14db5053b1
5 changed files with 12 additions and 27 deletions
|
@ -143,7 +143,7 @@ function buildplaylist(p_url, p_playIndex) {
|
|||
mp3:data[index]['uri']
|
||||
};
|
||||
}
|
||||
if (media) {
|
||||
if (media && isAudioSupported(data[index]['mime'])) {
|
||||
myPlaylist[index] = media;
|
||||
}
|
||||
// we should create a map according to the new position in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue