From a03cdcb9d8e6b27f87ea893cd8677631f2228be8 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 4 Jun 2019 23:18:07 +0200 Subject: [PATCH] Scoped tmdbid to local instance --- src/components/TorrentList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)