mirror of
https://github.com/Xinrea/bili-shadowreplay.git
synced 2025-11-24 20:15:34 +08:00
fix: cannot send danmaku (#224)
This commit is contained in:
@@ -399,7 +399,7 @@ ${mediaPlaylistUrl}`;
|
||||
const value = danmakuInput.value;
|
||||
if (value) {
|
||||
// get account uid from select
|
||||
const uid = parseInt(accountSelect.value);
|
||||
const uid = accountSelect.value;
|
||||
await invoke("send_danmaku", {
|
||||
uid,
|
||||
roomId: room_id,
|
||||
|
||||
Reference in New Issue
Block a user