add option to have direct download instead of torrent

This commit is contained in:
j 2013-09-14 14:09:37 +00:00
commit f3c9d7b7af
9 changed files with 42 additions and 3 deletions

View file

@ -84,7 +84,7 @@ pandora.ui.player = function(data) {
}), 'clip');
},
downloadvideo: function(data) {
document.location.href = '/' + ui.item + '/torrent/';
document.location.href = pandora.getDownloadLink(ui.item);
},
find: function(data) {
pandora.UI.set({itemFind: data.find});