extract radio runtime seam

This commit is contained in:
Jack Kingsman
2026-03-09 23:07:34 -07:00
parent 5e94b14b45
commit 81bdfe09fa
14 changed files with 210 additions and 22 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ async def update_settings(update: AppSettingsUpdate) -> AppSettings:
# Apply flood scope to radio immediately if changed
if flood_scope_changed:
from app.radio import radio_manager
from app.services.radio_runtime import radio_runtime as radio_manager
if radio_manager.is_connected:
try: