Yup.
There are two columns in the database, originally_available_at
and year
. The latter, year
, is used in the Album View.
When manually editing Originally Available
in Plex Web, both of those columns are saved correctly.
The agent, on the other hand, is fetching and storing originally_available_at
correctly, but applying bad timezone math for year
.
If waiting for a fix is driving you crazy, a Plex SQLite
statement can be used to bulk-update year
:
I’m hoping (assuming?) that when a fix arrives, it also performs this bulk update.