feat(torrents): create music torrents

This commit is contained in:
OldHawk
2017-09-28 18:31:49 +08:00
parent b9df724dfe
commit 38018a507e
10 changed files with 328 additions and 23 deletions

View File

@@ -408,6 +408,7 @@
return false;
}
mtDebug.info($scope.uFiles);
var uf = [];
angular.forEach($scope.uFiles, function (f) {
uf.push({
@@ -416,6 +417,7 @@
});
});
mtDebug.info($scope.uImages);
var uimg = [];
angular.forEach($scope.uImages, function (f) {
uimg.push({