SchapplM / xbmc-addon-service-watchedlist

Addon for Kodi Media Center to organize "watched"-status of media.
http://kodi.wiki/view/Add-on:WatchedList
GNU General Public License v3.0
32 stars 13 forks source link

Prevent TV episodes with idShow=0 to be included #38

Closed SchapplM closed 2 years ago

SchapplM commented 5 years ago

if scraping the tv shows fails in Kodi, the idShow can be set to zero instead of the correct theTVDB id. In this case the media should not be included in the WatchedList since it is ambiguous

SchapplM commented 2 years ago

This should be fixed together with issue 53.