mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
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":
|
||||
# Create the reference in emby table
|
||||
self.logMsg("Skipping virtual season.")
|
||||
emby_db.addReference(itemid, seasonid, "Season", "season", parentid=showid)
|
||||
|
||||
# Process artwork
|
||||
|
|
Loading…
Reference in a new issue