diff --git a/src/components/TorrentList.vue b/src/components/TorrentList.vue index 20e23b3..51d00c6 100644 --- a/src/components/TorrentList.vue +++ b/src/components/TorrentList.vue @@ -112,7 +112,7 @@ export default { event.target.parentNode.classList.add('active') - addMagnet(magnet, name, tmdb_id) + addMagnet(magnet, name, this.tmdb_id) .catch((resp) => { console.log('error:', resp.data) }) .then((resp) => { console.log('addTorrent resp: ', resp)