Fix Include Previously Watched regression and update profile stats to not use the setting

Index also added to

Fixes https://github.com/sbondCo/Watcharr/issues/1027
This commit is contained in:
IRHM
2026-07-18 10:34:56 +01:00
committed by momi
parent fee82df59d
commit bf0594c1e8
9 changed files with 102 additions and 64 deletions
+9
View File
@@ -2,6 +2,15 @@
These changes are awaiting release:
## Changed
- Profile: Stats no longer care about the `Include Previously Watched` setting. All previously watched items will be counted in the stats now.
- Activity: Added `index` to `WatchedID` column to speed up queries.
## Fixed
- `Include Previously Watched` regression (fixes https://github.com/sbondCo/Watcharr/issues/1027).
# [4.0.1] - 2026-07-16T10:12:00Z
## Changed