mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
Set transcode_ogg to allowed cf. issue #68
This commit is contained in:
parent
dd01c73613
commit
ca567de094
1 changed files with 3 additions and 3 deletions
|
@ -955,14 +955,14 @@ registration_mandatory_fields = "fullname"
|
|||
transcode_m4a = allowed
|
||||
transcode_flac = required
|
||||
transcode_mpc = required
|
||||
transcode_ogg = required
|
||||
transcode_ogg = allowed
|
||||
transcode_oga = required
|
||||
transcode_wav = required
|
||||
transcode_wma = required
|
||||
transcode_aif = required
|
||||
transcode_aiff = required
|
||||
transcode_ape = required
|
||||
transcode_shn = required
|
||||
transcode_ape = required
|
||||
transcode_shn = required
|
||||
transcode_mp3 = allowed
|
||||
;;; Video
|
||||
transcode_avi = allowed
|
||||
|
|
Loading…
Add table
Reference in a new issue