fix: encode to a new vec instead of an empty one when rendering, log more stuff for debugging

This commit is contained in:
2026-05-28 11:30:48 -04:00
parent c351358947
commit 7b5be35112
2 changed files with 7 additions and 5 deletions

View File

@@ -304,7 +304,6 @@ pub async fn handle(state: State, interaction: Interaction) {
.between_in_vc(start, end, guild_id, voice_channel_id);
while let Some(recording) = recordings.try_next().await.expect("TODO") {
tracing::debug!(?recording);
let recording_data = state
.recording_manager
.read(&recording)