move error fixing
This commit is contained in:
parent
d0d66fe9a8
commit
bb02b34f9e
2 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ def GetDirectory(title, season):
|
|||
def RetrieveEpisodeData(serverAddress, user, password, database, inputFile, showsToProcess, sickbeardAddress, sickbeardPort, sickbeardAPIKey):
|
||||
file = os.path.basename(inputFile)
|
||||
show = MythTV.RetrieveEpisodeData(serverAddress, user, password, database, file)
|
||||
|
||||
print show
|
||||
if show.title and show.title in showsToProcess:
|
||||
if show.subtitle:
|
||||
show.subtitle = GetEpisodeName(show.subtitle, show.title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue