fixed typo

This commit is contained in:
Marcel van der Veldt 2015-04-08 00:44:38 +02:00
parent d6cb046de1
commit 8c108add38

View file

@ -80,7 +80,7 @@ class WriteKodiDB():
self.getPropertyParamArray_Batched(KodiItem, "tag", MBitem.get("Tag"), params)
if MBitem.get("CommunityRating") != None:
self.getPropertyParam_Batched(KodiItem, "rating", int(MBitem.get(CommunityRating))/10, params)
self.getPropertyParam_Batched(KodiItem, "rating", int(MBitem.get("CommunityRating"))/10, params)
#self.getPropertyParam_Batched(KodiItem, "plot", MBitem.get("Overview"), params)
self.getPropertyParam_Batched(KodiItem, "plotoutline", MBitem.get("ShortOverview"), params)