another copy/paste issue

This commit is contained in:
im85288 2015-04-06 12:38:49 +01:00
commit e4c8da2097
2 changed files with 2 additions and 2 deletions

View file

@ -408,7 +408,7 @@ class WriteKodiDB():
plot = utils.convertEncoding(API().getOverview(MBitem))
changes |= self.updateProperty(KodiItem,"plot",plot,"episode")
title = utils.convertEncoding(MBitem["Name"])
changes |= self.updateProperty(KodiItem,"title",season,"episode")
changes |= self.updateProperty(KodiItem,"title",title,"episode")
changes |= self.updatePropertyArray(KodiItem,"writer",people.get("Writer"),"episode")