mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-24 09:46: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":
|
if mediatype == "movie":
|
||||||
sql="INSERT OR REPLACE into studiolinkmovie(idstudio, idMovie) values(?, ?)"
|
sql="INSERT OR REPLACE into studiolinkmovie(idstudio, idMovie) values(?, ?)"
|
||||||
if mediatype == "musicvideo":
|
if mediatype == "musicvideo":
|
||||||
sql="INSERT OR REPLACE into studiolinkusicvideo(idstudio, idMVideo) values(?, ?)"
|
sql="INSERT OR REPLACE into studiolinkmusicvideo(idstudio, idMVideo) values(?, ?)"
|
||||||
if mediatype == "tvshow":
|
if mediatype == "tvshow":
|
||||||
sql="INSERT OR REPLACE into studiolinktvshow(idstudio, idShow) values(?, ?)"
|
sql="INSERT OR REPLACE into studiolinktvshow(idstudio, idShow) values(?, ?)"
|
||||||
if mediatype == "episode":
|
if mediatype == "episode":
|
||||||
|
|
Loading…
Reference in a new issue