forked from 0x2620/pandora
remove unused variable
This commit is contained in:
parent
82a6caf4ac
commit
04e46763f1
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ pandora.fs = (function() {
|
|||
var name = that.getVideoName(id, resolution, part, track),
|
||||
partialName = 'partial::' + name,
|
||||
url = '/' + pandora.getVideoURLName(id, resolution, part, track),
|
||||
blobs = [], blobSize = 5*1024*1024, total;
|
||||
blobSize = 5*1024*1024, total;
|
||||
Ox.Log('FS', 'start downloading', url);
|
||||
that.fs.root.getFile(partialName, {create: true}, function(fileEntry) {
|
||||
fileEntry.getMetadata(function(meta) {
|
||||
|
|
Loading…
Reference in a new issue