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

Commit

Permalink
Merge pull request #7242 from nenladar/patch-2
Browse files Browse the repository at this point in the history
Add support for 2160p quality to AR
  • Loading branch information
RuudBurger committed Nov 4, 2017
2 parents 06d7670 + 1a9e7e4 commit aedd055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AlphaRatio(MovieProvider, Base):

cat_ids = [
([7, 9], ['bd50']),
([7, 9], ['720p', '1080p']),
([7, 9], ['720p', '1080p', '2160p']),
([6, 8], ['dvdr']),
([6, 8], ['brrip', 'dvdrip']),
]
Expand Down

0 comments on commit aedd055

Please sign in to comment.