Fix OperationalError on update sync
This commit is contained in:
parent
8d82794de6
commit
4f2cb62434
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ class TVShows(Items):
|
||||||
c10 = ?, c12 = ?, c13 = ?, c14 = ?, c15 = ?, c16 = ?,
|
c10 = ?, c12 = ?, c13 = ?, c14 = ?, c15 = ?, c16 = ?,
|
||||||
c18 = ?, c19 = ?, idFile=?, idSeason = ?,
|
c18 = ?, c19 = ?, idFile=?, idSeason = ?,
|
||||||
userrating = ?
|
userrating = ?
|
||||||
WHERE idEpisode = ?"
|
WHERE idEpisode = ?
|
||||||
'''
|
'''
|
||||||
kodicursor.execute(query, (title, plot, rating, writer,
|
kodicursor.execute(query, (title, plot, rating, writer,
|
||||||
premieredate, runtime, director, season, episode, title,
|
premieredate, runtime, director, season, episode, title,
|
||||||
|
|
Loading…
Reference in a new issue