Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from bemble/fix_real_debrid_mimetype
Browse files Browse the repository at this point in the history
feat(real debrid): remove unsed data
  • Loading branch information
bemble authored May 19, 2024
2 parents 70ed02f + 9a9439f commit 4381805
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/holerr/debriders/real_debrid_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class TorrentInfo(DebriderTorrentInfo):
class UnrestrictedLink(BaseModel):
id: str
filename: str
mimeType: Optional[str] = None # Mime Type of the file, guessed by the file extension
filesize: int # Filesize in bytes, 0 if unknown
link: str # Original link
host: str # Host main domain
Expand Down

0 comments on commit 4381805

Please sign in to comment.