mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-01-05 16:55:48 +00:00
fix(server): use libopus for transcoding (#4102)
* updated audio codec enum * added migration * updated api * fixed enum * formatting * simplified migration
This commit is contained in:
@@ -5318,7 +5318,7 @@
|
||||
"enum": [
|
||||
"mp3",
|
||||
"aac",
|
||||
"opus"
|
||||
"libopus"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user