Skip to content

Commit

Permalink
fix(filter): fix wrong unsupported asr log.
Browse files Browse the repository at this point in the history
Signed-off-by: Yibai Zhang <[email protected]>
  • Loading branch information
summershrimp committed Jun 16, 2020
1 parent daa50ff commit afacbc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/obs-autosub-filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ void autosub_filter_update(void* data, obs_data_t* settings)
break;
case SP_Aliyun:
s->asr = new AliNLS(s->alinls.appKey, s->alinls.token);
break;
default:
blog(LOG_WARNING, "Unsupported ASR provider id: %d", s->provider);
break;
Expand Down

0 comments on commit afacbc7

Please sign in to comment.