Private GIT

Skip to content
Snippets Groups Projects
Commit 40332eaf authored by Fernando's avatar Fernando
Browse files

Fix SiCKRAGETV/sickrage-issues/issues/3242

parent 9fdd38e6
Branches
Tags
No related merge requests found
......@@ -49,6 +49,11 @@ class NyaaProvider(generic.TorrentProvider):
def isEnabled(self):
return self.enabled
def getQuality(self, item, anime=False):
title = item.get('title')
quality = Quality.sceneQuality(title, anime)
return quality
def findSearchResults(self, show, episodes, search_mode, manualSearch=False, downCurQuality=False):
return generic.TorrentProvider.findSearchResults(self, show, episodes, search_mode, manualSearch, downCurQuality)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment