diff options
Diffstat (limited to 'shared/extra-utils')
-rw-r--r-- | shared/extra-utils/users/users-command.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/extra-utils/users/users-command.ts b/shared/extra-utils/users/users-command.ts index 2a10e4fc8..90c5f2183 100644 --- a/shared/extra-utils/users/users-command.ts +++ b/shared/extra-utils/users/users-command.ts | |||
@@ -202,7 +202,8 @@ export class UsersCommand extends AbstractCommand { | |||
202 | return { | 202 | return { |
203 | token, | 203 | token, |
204 | userId: user.id, | 204 | userId: user.id, |
205 | userChannelId: me.videoChannels[0].id | 205 | userChannelId: me.videoChannels[0].id, |
206 | userChannelName: me.videoChannels[0].name | ||
206 | } | 207 | } |
207 | } | 208 | } |
208 | 209 | ||