This commit is contained in:
jxxghp 2023-11-20 16:43:49 +08:00
parent 4c230b4c1e
commit 51536062f1

View File

@ -561,7 +561,7 @@ class DoubanModule(_ModuleBase):
continue continue
if mtype and mtype.value != type_name: if mtype and mtype.value != type_name:
continue continue
if mtype == MediaType.TV and not season: if mtype and mtype == MediaType.TV and not season:
season = 1 season = 1
item = item_obj.get("target") item = item_obj.get("target")
title = item.get("title") title = item.get("title")