Skip to content

Commit

Permalink
Merge pull request #101 from varthe/main
Browse files Browse the repository at this point in the history
Fix: Zilean movie properties for 1.5
  • Loading branch information
g0ldyy authored Aug 16, 2024
2 parents 1280b53 + 0363025 commit 1179368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions comet/utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,9 @@ async def get_zilean(
take_first = get_dmm[: settings.ZILEAN_TAKE_FIRST]
for result in take_first:
object = {
"Title": result["filename"],
"InfoHash": result["infoHash"],
"Size": result["filesize"],
"Title": result["raw_title"],
"InfoHash": result["info_hash"],
"Size": result["size"],
"Tracker": "DMM",
}

Expand Down

0 comments on commit 1179368

Please sign in to comment.