lardbit / nefarious

Web application for automatically downloading TV & Movies (w/ VPN)

Home Page:https://lardbit.github.io/nefarious/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Season mistakenly shown as watching & downloaded

panmona opened this issue · comments

In the UI of nefarious I found a TV series where the latest season is shown as being watched with all episodes downloaded. I'm not watching the season though, which I confirmed via the admin UI.

On a closer look I saw that there are currently no episodes assigned to it. This seems to me like it could be the reason for this a bit confusing visual bug:
image

You should be able to confirm this behaviour via the following link: /static/index.html#/media/tv/75816

You're right, mine does the same thing. I noticed there aren't any episodes (via TDMB) for this season, which would help explain the GUI bug (my logic must have not accounted for this). Thanks for reporting, it should be an easy fix.

image

Fixed by #166.