changelog: deterministic audio cover art thumbnails

This commit is contained in:
Dominik Schmidt
2026-07-30 16:07:05 +02:00
parent a3845dd2dc
commit 7ae6f32a70

View File

@@ -0,0 +1,8 @@
Bugfix: Deterministic audio cover art thumbnails
The thumbnails service now selects audio cover art deterministically: it prefers
the tagged front cover and falls back to the first embedded picture. Previously
the picture used for the thumbnail was non-deterministic when an audio file
embedded multiple pictures (for example a front and a back cover).
https://github.com/opencloud-eu/opencloud/pull/3208