mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 09:49:30 +02:00
Update Aurora.js dependency
This commit is contained in:
parent
58ff76b481
commit
202fac2257
2 changed files with 3 additions and 3 deletions
|
@ -3879,7 +3879,7 @@ BufferSource = (function(_super) {
|
||||||
|
|
||||||
function BufferSource(input) {
|
function BufferSource(input) {
|
||||||
this.loop = __bind(this.loop, this);
|
this.loop = __bind(this.loop, this);
|
||||||
if (input instanceof AV.BufferList) {
|
if (input instanceof BufferList) {
|
||||||
this.list = input;
|
this.list = input;
|
||||||
} else {
|
} else {
|
||||||
this.list = new BufferList;
|
this.list = new BufferList;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue