mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-10-09 02:12:04 +00:00
another copy/paste issue
This commit is contained in:
parent
2a0231bbd3
commit
e4c8da2097
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue