Private GIT

Skip to content
Snippets Groups Projects
Commit 4784a23c authored by miigotu's avatar miigotu
Browse files

Merge pull request #2841 from fernandog/fix_providers_6

Fix SiCKRAGETV/sickrage-issues/issues/3229
parents 2f47d5de a8dbd1b2
Branches
Tags
No related merge requests found
...@@ -87,6 +87,11 @@ class HDBitsProvider(generic.TorrentProvider): ...@@ -87,6 +87,11 @@ class HDBitsProvider(generic.TorrentProvider):
return (title, url) return (title, url)
def getQuality(self, item, anime=False):
title, url = self._get_title_and_url(item)
quality = Quality.sceneQuality(title, anime)
return quality
def _doSearch(self, search_params, search_mode='eponly', epcount=0, age=0, epObj=None): def _doSearch(self, search_params, search_mode='eponly', epcount=0, age=0, epObj=None):
#FIXME #FIXME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment