fixing capitalisation error
This commit is contained in:
parent
3c707b52ac
commit
1ee1c1e988
2 changed files with 2 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ def print_shows(shows, filemanager):
|
||||||
for showdata in existing:
|
for showdata in existing:
|
||||||
print colored(showdata, 'red')
|
print colored(showdata, 'red')
|
||||||
|
|
||||||
|
|
||||||
def processarguments(options):
|
def processarguments(options):
|
||||||
"""
|
"""
|
||||||
Determine the actions required from the input flags
|
Determine the actions required from the input flags
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@ class Sickbeard:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
sickbeardprefix = \
|
sickbeardprefix = \
|
||||||
self.__settings.GetShowSickbeardEpisodePrefix(showname)
|
self.__settings.getshowsickbeardepisodeprefix(showname)
|
||||||
|
|
||||||
if sickbeardprefix != "":
|
if sickbeardprefix != "":
|
||||||
if not episodetitle.lower().startswith(sickbeardprefix.lower()):
|
if not episodetitle.lower().startswith(sickbeardprefix.lower()):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue