Skip to content

Commit

Permalink
增加对AI识别字幕的判断
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaoda committed May 7, 2022
1 parent f4f9532 commit 4196ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BBDown.Core/Util/SubUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public static (string, string) GetSubtitleCode(string key)

return key switch
{
"ai-Zh" => ("chi", "中文(简体, AI识别)"),
"zh-CN" => ("chi", "中文(简体)"),
"zh-HK" => ("chi", "中文(香港繁體)"),
"zh-Hans" => ("chi", "中文(简体)"),
Expand Down

0 comments on commit 4196ce3

Please sign in to comment.