diff --git a/resources/lib/WriteKodiVideoDB.py b/resources/lib/WriteKodiVideoDB.py index a01f4541..90746d0f 100644 --- a/resources/lib/WriteKodiVideoDB.py +++ b/resources/lib/WriteKodiVideoDB.py @@ -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,))