Private GIT

Skip to content
Snippets Groups Projects
Commit 5f4c1702 authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Merge branch 'hotfix-3229'

parents 85df569d 40670c6e
No related branches found
No related tags found
No related merge requests found
...@@ -170,6 +170,11 @@ class BTNProvider(generic.TorrentProvider): ...@@ -170,6 +170,11 @@ class BTNProvider(generic.TorrentProvider):
return parsedJSON return parsedJSON
def getQuality(self, item, anime=False):
title, url = self._get_title_and_url(item)
quality = Quality.sceneQuality(title, anime)
return quality
def _get_title_and_url(self, parsedJSON): def _get_title_and_url(self, parsedJSON):
# The BTN API gives a lot of information in response, # The BTN API gives a lot of information in response,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment