Skip to content

Commit

Permalink
added "'8640p':'10'," back to resolution_id
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskoUrso committed Sep 10, 2024
1 parent 1a9fd38 commit 8a798cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/trackers/PSS.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ async def get_type_id(self, type):

async def get_res_id(self, resolution):
resolution_id = {
'8640p':'10',
'4320p': '1',
'2160p': '2',
'1080p': '3',
Expand Down

0 comments on commit 8a798cb

Please sign in to comment.