mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
[Issue]: Episode date incorrect (web client) #5848
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#5848
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 @TheHYPO35 on GitHub (May 24, 2024).
Please describe your bug
The air date listed on an episode page is not the correct date for some (but not all) shows. The metadata for the episode is correct but the info page screen shows the wrong date.
This was an issue on the Firestick/Android client last year or earlier this year that I filed a bug report for and it was resolved, and at the time, the web client was fine, but now the web client has developed this issue. In the Android client's case, the issue (as I understand it) was that the relevant field was using the local time zone offset, but since the airdate is a fixed metadata field, it really shouldn't be adjusted by time zones at all. It should be the absolute date set in the metadata.
Here is the bug report for that https://github.com/jellyfin/jellyfin-androidtv/issues/3190
I actually just realized that the episodes that show the correct date seem to be the episodes that premiered from fall to spring during daylight savings time, but not the episodes from March to October, so again, it sounds like potentially a time zone offset issue. It may also be specific to certain time zones where the offset makes this happen. I'm in GMT-5
Reproduction Steps
Open the web browser client or the windows Jellyfin Media Player client. Open the info page for an episode of a TV show (Particularly, check an episode that aired between November and March.). Compare the date listed for the episode at the top to the air date on the metadata page.
Jellyfin Version
10.9.0
if other:
No response
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@jellyfin-bot commented on GitHub (May 24, 2024):
Hi, it seems like your issue report has the following item(s) that need to be addressed:
This is an automated message, currently under testing. Please file an issue here if you encounter any problems.
@NotSaifA commented on GitHub (May 24, 2024):
This is a jellyfin-web issue, was able to replicate.
@NotSaifA commented on GitHub (May 24, 2024):
See https://github.com/jellyfin/jellyfin-web/issues/369
@TimGels commented on GitHub (May 27, 2024):
@TheHYPO35 Can you re-test this issue in 10.9.3? Otherwise I will proceed to close this issue as solved.
@TheHYPO35 commented on GitHub (May 27, 2024):
@TimGels Retested. Browser webversion 10.9.3 displays the correct date. Jellyfin Media Player which is still 10.9.2 displays the incorrect date, so it appears to be fixed in .3
@TimGels commented on GitHub (May 27, 2024):
Awesome. Thank you for the quick retest and reply!
@TimGels commented on GitHub (May 27, 2024):
Fixed by https://github.com/jellyfin/jellyfin-web/pull/5599 in 10.9.3.