mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 01:29:16 +02:00
Fix #1059: fixed some broken RSS feeds
This commit is contained in:
parent
02f5e9f531
commit
133e2e4f07
4 changed files with 9 additions and 4 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue