diff --git a/changelog/unreleased/fix-thumbnails-deterministic-cover-art.md b/changelog/unreleased/fix-thumbnails-deterministic-cover-art.md new file mode 100644 index 0000000000..1a29337253 --- /dev/null +++ b/changelog/unreleased/fix-thumbnails-deterministic-cover-art.md @@ -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