Remove incorrect log line
This commit is contained in:
parent
7b94b76ef4
commit
1f8199c91f
1 changed files with 0 additions and 1 deletions
|
@ -1225,7 +1225,6 @@ class TVShows(Items):
|
||||||
|
|
||||||
if item['LocationType'] != "Virtual":
|
if item['LocationType'] != "Virtual":
|
||||||
# Create the reference in emby table
|
# Create the reference in emby table
|
||||||
self.logMsg("Skipping virtual season.")
|
|
||||||
emby_db.addReference(itemid, seasonid, "Season", "season", parentid=showid)
|
emby_db.addReference(itemid, seasonid, "Season", "season", parentid=showid)
|
||||||
|
|
||||||
# Process artwork
|
# Process artwork
|
||||||
|
|
Loading…
Reference in a new issue