Mark Bakhit
Mark Bakhit
Currently a series is considered automatically resolved if all monitored episodes in the series are available. Change this to check only episodes relevant to the particular issue ticket.
See https://github.com/squidfunk/mkdocs-material/issues/1996 for more info on how
If a user only requested specific episodes in a series, the series will always be marked as unavailable in tabs such as "My Requests".
Ensure the Sonarr/Radarr URL can be accessed prior to saving these settings to the DB. Additionally, ensure `/` does not result in a `304` _(user forgot to input a base...
Allow the user to authenticate using cookie/session auth when in debug mode to make it easier to test endpoints.
Store TMDB entries in the database in order to avoid pulling each entry from cache. Currently pulling them from cache causes slow "My/All Issues" load when multiple items exist **Implementation...
If Conreq is within an iframe, and a page being loaded includes an infinite scroller, then the user switches to a different iframe (conreq iframe becomes hidden).... Then the infinite...
When sorting on the user management table, it destroys the objects ruining all click events. Fix it using [this](https://bootstrap-table.com/docs/api/events/#onsort)
If the user is on mobile, show only one video with left and right arrows to the sides of it. iFrames can't be scrolled via drag.