mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-06-15 23:42:49 +02:00
feat(torrents): create music torrents
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user