mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix async issues with channels list
This commit is contained in:
@@ -439,6 +439,8 @@ const MIMETYPES = {
|
||||
'audio/x-flac': '.flac',
|
||||
'audio/flac': '.flac',
|
||||
'audio/aac': '.aac',
|
||||
'audio/m4a': '.m4a',
|
||||
'audio/x-m4a': '.m4a',
|
||||
'audio/ac3': '.ac3'
|
||||
},
|
||||
EXT_MIMETYPE: null as { [ id: string ]: string }
|
||||
|
||||
Reference in New Issue
Block a user