mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
Scoped tmdbid to local instance
This commit is contained in:
@@ -112,7 +112,7 @@ export default {
|
|||||||
|
|
||||||
event.target.parentNode.classList.add('active')
|
event.target.parentNode.classList.add('active')
|
||||||
|
|
||||||
addMagnet(magnet, name, tmdb_id)
|
addMagnet(magnet, name, this.tmdb_id)
|
||||||
.catch((resp) => { console.log('error:', resp.data) })
|
.catch((resp) => { console.log('error:', resp.data) })
|
||||||
.then((resp) => {
|
.then((resp) => {
|
||||||
console.log('addTorrent resp: ', resp)
|
console.log('addTorrent resp: ', resp)
|
||||||
|
|||||||
Reference in New Issue
Block a user