Skip to content

Commit

Permalink
Also type fix in get type
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Dec 7, 2024
1 parent e935534 commit 32185ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trackers/HUNO.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ async def get_cat_id(self, category_name):
return category_id

async def get_type_id(self, meta):
type = meta['type']
type = meta.get('type').upper()
video_encode = meta.get('video_encode')

if type == 'REMUX':
Expand Down

0 comments on commit 32185ac

Please sign in to comment.