From 8ee6ad4bb0ecf4b9e773b72fcf6cf16321f0d5ed Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Thu, 30 Jul 2026 16:09:04 +0200 Subject: [PATCH] Remove changelog fragment --- .../unreleased/fix-thumbnails-deterministic-cover-art.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 changelog/unreleased/fix-thumbnails-deterministic-cover-art.md diff --git a/changelog/unreleased/fix-thumbnails-deterministic-cover-art.md b/changelog/unreleased/fix-thumbnails-deterministic-cover-art.md deleted file mode 100644 index 1a29337253..0000000000 --- a/changelog/unreleased/fix-thumbnails-deterministic-cover-art.md +++ /dev/null @@ -1,8 +0,0 @@ -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