From 9e2f232d27eaaf9fece56e30a2a9d51590fd53ca Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Thu, 3 Sep 2026 08:33:50 -0400 Subject: [PATCH] chore(harness): drop dead selectedFeedId read --- scripts/tui-harness.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/tui-harness.tsx b/scripts/tui-harness.tsx index 9a04e61..9f00721 100644 --- a/scripts/tui-harness.tsx +++ b/scripts/tui-harness.tsx @@ -595,9 +595,7 @@ async function snapshotState(audioControls: any): Promise f?.podcast?.title), }; } catch (e) { state.feed = "ERR: " + String(e);