techmovie / easy-upload

PT转种脚本,自动填写上传页表单,支持内外站互转,支持PT站间快速检索。
https://greasyfork.org/zh-CN/scripts/423199
MIT License
384 stars 36 forks source link

fix: fixtitle overwrite the changes #292

Closed ted423 closed 2 months ago

ted423 commented 2 months ago

前面this.info.title已经跟fixedTitle相等。 随后用 info跑的titleHandler ,这时候this.info.title是最新的,却最终填入了fixedTitle

https://t.me/c/1481833990/10942

ted423 commented 2 months ago

没有严格测试,帮看下这么改有没问题