Skip to content

Commit

Permalink
Parse outro section header
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Wo <[email protected]>
  • Loading branch information
brainwo committed Aug 17, 2024
1 parent 4f008b0 commit 8a1a168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kara.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ Kara? parse(String raw) {
"Post-Chorus" => KaraSection.postChorus,
"Bridge" => KaraSection.bridge,
"Post-Bridge" => KaraSection.postBridge,
"Outro" => KaraSection.outro,
_ => KaraSection.header,
};
continue;
Expand Down

0 comments on commit 8a1a168

Please sign in to comment.