]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/server-commands/users/users-command.ts
Support reinjecting token in private m3u8 playlist
[github/Chocobozzz/PeerTube.git] / shared / server-commands / users / users-command.ts
index e7d0210595bd937ce4de9b530006ac6b913887fc..811b9685b42c4c3293a5dfcf5b6500cd3eb3dc8f 100644 (file)
@@ -202,7 +202,8 @@ export class UsersCommand extends AbstractCommand {
       token,
       userId: user.id,
       userChannelId: me.videoChannels[0].id,
-      userChannelName: me.videoChannels[0].name
+      userChannelName: me.videoChannels[0].name,
+      password
     }
   }