mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Path detection for icons was still in midgetspy format.
Changed paths to our gui
This commit is contained in:
parent
3a08af6661
commit
da8e2e3d19
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class NewznabProvider(generic.NZBProvider):
|
|||
|
||||
def imageName(self):
|
||||
if ek.ek(os.path.isfile,
|
||||
ek.ek(os.path.join, sickbeard.PROG_DIR, 'data', 'images', 'providers', self.getID() + '.png')):
|
||||
ek.ek(os.path.join, sickbeard.PROG_DIR, 'gui', 'slick', 'images', 'providers', self.getID() + '.png')):
|
||||
return self.getID() + '.png'
|
||||
return 'newznab.png'
|
||||
|
||||
|
|
Loading…
Reference in a new issue