mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 11:29:07 +00:00
Scoped tmdbid to local instance
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user