Scoped tmdbid to local instance

This commit is contained in:
2019-06-04 23:18:07 +02:00
parent ab192b57f4
commit a03cdcb9d8

View File

@@ -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)