Rename to Station Announcer

This commit is contained in:
Edward Betts 2025-11-15 18:59:27 +00:00
parent e6260faaeb
commit 74ec79ad9e
5 changed files with 15 additions and 9 deletions

View file

@ -107,6 +107,11 @@ MAX_MEDIA_ATTACHMENTS = 4
@bp.route("/")
def index():
return redirect(url_for("main.compose_select"))
@bp.route("/alt-text-helper")
def alt_helper():
immich_client = current_app.immich_client
alt_cache = current_app.alt_text_cache
days = current_app.config.get("RECENT_DAYS", 3)