mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
damn typo
This commit is contained in:
parent
654dd71b26
commit
3b6d08cd2e
1 changed files with 1 additions and 1 deletions
|
@ -880,7 +880,7 @@ class WriteKodiDB():
|
|||
if mediatype == "movie":
|
||||
sql="INSERT OR REPLACE into studiolinkmovie(idstudio, idMovie) values(?, ?)"
|
||||
if mediatype == "musicvideo":
|
||||
sql="INSERT OR REPLACE into studiolinkusicvideo(idstudio, idMVideo) values(?, ?)"
|
||||
sql="INSERT OR REPLACE into studiolinkmusicvideo(idstudio, idMVideo) values(?, ?)"
|
||||
if mediatype == "tvshow":
|
||||
sql="INSERT OR REPLACE into studiolinktvshow(idstudio, idShow) values(?, ?)"
|
||||
if mediatype == "episode":
|
||||
|
|
Loading…
Reference in a new issue