Skip to content

Commit

Permalink
Add new members to Hololive English. (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
YunzheZJU authored Aug 18, 2021
1 parent 4901f2a commit 84bd8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/options/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@
},
{
name: this.$t('app.groups.hololiveEnglish'),
memberIds: [...range(54, 59), 66],
memberIds: [...range(54, 59), ...range(66, 72)],
},
{
name: this.$t('app.groups.others'),
// Dummy ids are specified here to be compatible to new members
memberIds: [...range(62, 66), ...range(67, 77)],
memberIds: [...range(62, 66), ...range(72, 82)],
},
]
},
Expand Down

0 comments on commit 84bd8dd

Please sign in to comment.