fix
This commit is contained in:
parent
4c230b4c1e
commit
51536062f1
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user