Fix #1059: fixed some broken RSS feeds

This commit is contained in:
Eliot Berriot 2020-04-01 16:21:41 +02:00
parent 02f5e9f531
commit 133e2e4f07
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14
4 changed files with 9 additions and 4 deletions

View file

@ -38,6 +38,7 @@ def compute_status(jobs):
AUDIO_EXTENSIONS_AND_MIMETYPE = [
# keep the most correct mimetype for each extension at the bottom
("mp3", "audio/mp3"),
("mp3", "audio/mpeg3"),
("mp3", "audio/x-mp3"),
("mp3", "audio/mpeg"),