nextcloud/lib
Pauli Järvinen c57495a429 fix(preview): Do not try to parse M3U files as MP3
By default, the MP3 audio files get the mimetype `audio/mpeg` and the M3U and
M3U8 playlist files get the mimetype `audio/mpegurl`. PreviewManager had such
a problem that it registered the MP3 preview provider with a regular
expression which matched also the M3U files. This caused an error message to
be logged on the info (1) level for each M3U file every time a folder with
such files was viewed: "Error while getting cover from mp3 file:
File /path/to/some/playlist.m3u is not mpeg/audio!".

Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
2025-01-07 19:07:19 +00:00
..
composer fix: replace null character when serializing 2024-12-13 20:41:06 -05:00
l10n Fix(l10n): Update translations from Transifex 2025-01-06 00:30:38 +00:00
private fix(preview): Do not try to parse M3U files as MP3 2025-01-07 19:07:19 +00:00
public fix(HTTP): Adjust JSONResponse data type 2025-01-07 05:41:45 +00:00
autoloader.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
base.php fix: Do not check for strict cookie when running webcron 2024-11-15 12:27:35 +00:00
versioncheck.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00