mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Items disapearing from Next Up #6229
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#6229
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BB-Forrest on GitHub (Aug 27, 2024).
This issue respects the following points:
Description of the bug
Last worked fine on 10.9.8, on 10.9.9 and 10.9.10 following behaviour occurs.
Watching multiple series so next up has multiple entries, if you watch an episode and delete it then the next up occasinally loses the series that was the first entry on the on the left hand side.
Reproduction steps
As above, watch episdoe of a series, delete it, next episode appears correctly on left hand side of next up section.
Watch episode of series to right, delete it and next episode appears correctly but the item that was to the left of it disapears.
What is the current bug behavior?
As above.
What is the expected correct behavior?
Items should still be displayed.
Jellyfin Server version
10.9.9+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.9.10
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
List appears same on Web browser client
Relevant screenshots or videos
N/A
Additional information
N/A
@BB-Forrest commented on GitHub (Aug 27, 2024):
Forgot to say - downgrading again to 10.9.8 solves the issue.
@JkBoyo commented on GitHub (Oct 5, 2024):
Just for clarification how are you deleting the episode? Are you going into your file system or using the ui of JF to perform this deletion?
@BB-Forrest commented on GitHub (Oct 5, 2024):
Through the TV client, not on the server.
On Sat, 5 Oct 2024 at 03:00, JkBoyo @.***> wrote:
@JkBoyo commented on GitHub (Oct 5, 2024):
and do you do it before you go back to the home screen?
@BB-Forrest commented on GitHub (Oct 5, 2024):
Yes, upon watching the episode and from the screen that has watched tick on
it.
On Sat, 5 Oct 2024, 13:54 JkBoyo, @.***> wrote:
@BB-Forrest commented on GitHub (Oct 5, 2024):
If it's possible to send me the SQL that it uses to populate that field I'm happy to run it against the DB and see if I can figure out where it's wrong.
@JkBoyo commented on GitHub (Oct 5, 2024):
Yeah I am not sure myself on that I am just trying to make sure I know the exact steps you are using so I can attempt to replicate it.
@BB-Forrest commented on GitHub (Oct 5, 2024):
To make matters worse it doesn't do it with every series!
If anyone reading this can provide the code used I'll have a play with it
in the DB.
I'm not a developer but I am a DBA.
On Sat, 5 Oct 2024 at 17:58, JkBoyo @.***> wrote: