From 5921d43ae846d0b38f3cae22348819bd329e518f Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 11 Mar 2024 12:34:19 +0800 Subject: [PATCH] fix #1655 --- app/modules/themoviedb/scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/themoviedb/scraper.py b/app/modules/themoviedb/scraper.py index af60a0d0..dd78640b 100644 --- a/app/modules/themoviedb/scraper.py +++ b/app/modules/themoviedb/scraper.py @@ -309,7 +309,7 @@ class TmdbScraper: # 添加时间 DomUtils.add_node(doc, root, "dateadded", time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(time.time()))) # TMDBID - uniqueid = DomUtils.add_node(doc, root, "uniqueid", str(tmdbid)) + uniqueid = DomUtils.add_node(doc, root, "uniqueid", str(episodeinfo.get("id"))) uniqueid.setAttribute("type", "tmdb") uniqueid.setAttribute("default", "true") # tmdbid