mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Series pooling adjustment
Only verify if the emby/kodi reference doesn't exist yet.
This commit is contained in:
parent
c823be1daa
commit
bc819bdbf5
1 changed files with 1 additions and 1 deletions
|
@ -1054,7 +1054,7 @@ class TVShows(Items):
|
|||
studio = " / ".join(studios)
|
||||
|
||||
# Verify series pooling
|
||||
if tvdb:
|
||||
if not update_item and tvdb:
|
||||
query = "SELECT idShow FROM tvshow WHERE C12 = ?"
|
||||
kodicursor.execute(query, (tvdb,))
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue