Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nssteinbrenner committed Dec 22, 2023
1 parent e76574e commit 2ea8577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyword.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func newKeywordManager() *keywordManager {
kwm.add(elementCategorySubtitles, keywordOptionsDefault, []string{
"ASS", "BIG5", "DUB", "DUBBED", "HARDSUB", "HARDSUBS", "RAW",
"SOFTSUB", "SOFTSUBS", "SUB", "SUBBED", "SUBTITLED",
"MULTISUB", "MULTI SUB"})
"MULTISUB", "MULTI SUB"})
kwm.add(elementCategoryVideoTerm, keywordOptionsDefault, []string{
// Frame rate
"23.976FPS", "24FPS", "29.97FPS", "30FPS", "60FPS", "120FPS",
Expand Down

0 comments on commit 2ea8577

Please sign in to comment.