mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
adjust log
so users can understand there's no season number assigned.
This commit is contained in:
parent
32f239c2d8
commit
f7605802d3
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ class WriteKodiVideoDB():
|
|||
|
||||
# Validate the season exists in Emby and in database
|
||||
if season is None:
|
||||
self.logMsg("SKIP adding episode to Kodi Library, no ParentIndexNumber - ID: %s - %s" % (embyId, title))
|
||||
self.logMsg("SKIP adding episode to Kodi Library, no season assigned - ID: %s - %s" % (embyId, title))
|
||||
return False
|
||||
|
||||
cursor.execute("SELECT idSeason FROM seasons WHERE idShow = ? and season = ?", (showid, season,))
|
||||
|
|
Loading…
Reference in a new issue