Skip to content

Commit 6207d55

Browse files
Merge pull request #100 from TheMRX13/next
2 parents 8bd50bc + 4eafad8 commit 6207d55

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/aniworld/models.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,10 @@ def __init__(
614614
self._basic_details_filled = False
615615
self._full_details_filled = False
616616

617-
# fill basic details (including link construction if needed)
618-
self._auto_fill_basic_details()
617+
if self.link:
618+
self._auto_fill_basic_details()
619+
else:
620+
self.auto_fill_details()
619621

620622
@property
621623
def html(self) -> requests.models.Response:

0 commit comments

Comments
 (0)