We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021af8f commit 3f7d86bCopy full SHA for 3f7d86b
src/utils/animeTheme.ts
@@ -268,9 +268,9 @@ export default class ThemeParser {
268
link,
269
desc: linkDesc,
270
type: name.startsWith('OP')
271
- ? 'Opening'
+ ? `OP${name[2]}`
272
: name.startsWith('ED')
273
- ? 'Ending'
+ ? `ED${name[2]}`
274
: 'OP/ED',
275
episodes,
276
notes,
0 commit comments