From e08164292021f9ae7cf9d36a0ee802bf5f2da81a Mon Sep 17 00:00:00 2001 From: j Date: Tue, 13 Mar 2018 14:53:16 +0530 Subject: [PATCH] use media prefix --- static/js/fs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/fs.js b/static/js/fs.js index 47f4bc32..8000f784 100644 --- a/static/js/fs.js +++ b/static/js/fs.js @@ -277,7 +277,7 @@ pandora.fs = (function() { //fixme: would be nice to download videos from subdomains, // currently throws a cross domain error var name = that.getVideoName(id, resolution, part, track), - url = '/' + pandora.getVideoURLName(id, resolution, part, track), + url = pandora.getMediaURL('/' + pandora.getVideoURLName(id, resolution, part, track)), blobSize = 5*1024*1024, total; Ox.Log('FS', 'start downloading', url); getSize(url, function(size) {