mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-18 01:50:37 +01: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