fix: audio and video types
This commit is contained in:
parent
dd151480a8
commit
7ffaef0de6
@ -93,11 +93,11 @@ func LoadSettings() {
|
||||
if err == nil {
|
||||
conf.TextTypes = strings.Split(textTypes.Value, ",")
|
||||
}
|
||||
audioTypes, err := GetSettingByKey("text types")
|
||||
audioTypes, err := GetSettingByKey("audio types")
|
||||
if err == nil {
|
||||
conf.AudioTypes = strings.Split(audioTypes.Value, ",")
|
||||
}
|
||||
videoTypes, err := GetSettingByKey("text types")
|
||||
videoTypes, err := GetSettingByKey("video types")
|
||||
if err == nil {
|
||||
conf.VideoTypes = strings.Split(videoTypes.Value, ",")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user