Browse Source

Merge 763dc31da7 into 0a97ed5a23

pull/7241/merge
nenladar 8 years ago
committed by GitHub
parent
commit
e4e55ff650
  1. 2
      couchpotato/core/media/movie/providers/torrent/alpharatio.py

2
couchpotato/core/media/movie/providers/torrent/alpharatio.py

@ -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']),
]

Loading…
Cancel
Save