mirror of
https://git.um-react.app/um/web.git
synced 2025-12-16 04:03:02 +00:00
fix(QMCv2): .mggl .mgg0
(cherry picked from commit f7b5e25277678ae0f78a186aaf2fa76fee86173f)
This commit is contained in:
@@ -13,6 +13,8 @@ interface Handler {
|
||||
|
||||
export const HandlerMap: { [key: string]: Handler } = {
|
||||
mgg: { ext: 'ogg', version: 2 },
|
||||
mgg0: { ext: 'ogg', version: 2 },
|
||||
mggl: { ext: 'ogg', version: 2 },
|
||||
mgg1: { ext: 'ogg', version: 2 },
|
||||
mflac: { ext: 'flac', version: 2 },
|
||||
mflac0: { ext: 'flac', version: 2 },
|
||||
|
||||
Reference in New Issue
Block a user