]> source.dussan.org Git - nextcloud-server.git/commit
fix: catch errors in id3parser library 38517/head
authorDaniel Kesselberg <mail@danielkesselberg.de>
Sat, 27 May 2023 22:30:47 +0000 (00:30 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Tue, 30 May 2023 13:45:48 +0000 (13:45 +0000)
commitef0cffc93760d300f4e05f8a4937f1460fd741ac
tree350bb521f60f86ff51474f8cab994dafc37c87c8
parent2f09dc523430c340fa45edaf19d2bc0ba234fae5
fix: catch errors in id3parser library

We use a forked version of getID3 to read embedded images from mp3 files to use them as previews.

If the library is unable to extract a image or fails on something different we should handle it properly.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
lib/private/Preview/MP3.php