]> source.dussan.org Git - nextcloud-server.git/commit
fix: catch errors in id3parser library 38518/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:50 +0000 (13:45 +0000)
commit0c0dba69d1f17d992032d74567d6964da2b63789
treeca05191befb045359fa4ac8105ee7f545c61141d
parentc402b31832481da42ab40527c4ed5e927dabbfa6
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