Skip to content

Commit

Permalink
fix: metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy authored Jul 18, 2024
1 parent f16ad9a commit 81ff5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet/utils/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def config_check(b64config: str):


def get_debrid_extension(debridService: str):
debrid_extension = None # Unknown
debrid_extension = None
if debridService == "realdebrid":
debrid_extension = "RD"
elif debridService == "alldebrid":
Expand Down

0 comments on commit 81ff5bc

Please sign in to comment.