Skip to content

Commit

Permalink
👨‍💻Fixing name in type
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoriv committed Apr 6, 2021
1 parent 021af8f commit 3f7d86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/animeTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ export default class ThemeParser {
link,
desc: linkDesc,
type: name.startsWith('OP')
? 'Opening'
? `OP${name[2]}`
: name.startsWith('ED')
? 'Ending'
? `ED${name[2]}`
: 'OP/ED',
episodes,
notes,
Expand Down

0 comments on commit 3f7d86b

Please sign in to comment.