Merge branch 'refs/heads/develop'

This commit is contained in:
Ruud
2014-02-26 14:00:56 +01:00
2 changed files with 3 additions and 1 deletions
@@ -87,7 +87,7 @@ class rTorrent(Downloader):
return False
def _update_provider_group(self, name, data):
def updateProviderGroup(self, name, data):
if data.get('seed_time'):
log.info('seeding time ignored, not supported')
+2
View File
@@ -316,6 +316,8 @@ class QualityPlugin(Plugin):
'Movie.Name.1999.DVD-Rip-Group': 'dvdrip',
'Movie.Name.1999.DVD-R-Group': 'dvdr',
'Movie.Name.Camelie.1999.720p.BluRay.x264-Group': '720p',
'Movie.Name.2008.German.DL.AC3.1080p.BluRay.x264-Group': '1080p',
'Movie.Name.2004.GERMAN.AC3D.DL.1080p.BluRay.x264-Group': '1080p',
}
correct = 0