This commit is contained in:
theluyuan 2023-08-08 21:50:19 +08:00
parent e1f3ff2b74
commit 3c131fc481

View File

@ -28,7 +28,7 @@ async function updateSeed(info, desc) {
form.append("url", vinfo.imdb)
form.append("descr", desc)
form.append("type", vinfo.type)
form.append("pt_gen", 'https://movie.douban.com/subject/' + vinfo.vid + "/")
form.append("pt_gen", 'https://movie.douban.com/subject/' + info.vid + "/")
let tags = vinfo.tags.split(",")
for (let i of tags) {
form.append("tags[4][]", i)