mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 13:56:46 +02:00
feat(torrent): add doScrape for admin pannel to manual scrape torrent status
This commit is contained in:
@@ -135,6 +135,13 @@
|
||||
console.log(vm.torrentLocalInfo);
|
||||
};
|
||||
|
||||
/**
|
||||
* doScrape
|
||||
*/
|
||||
vm.doScrape = function(){
|
||||
ScrapeService.scrapeTorrent(vm.torrentLocalInfo);
|
||||
};
|
||||
|
||||
/**
|
||||
* initTabLists
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user