From 241b95bc6598aea44e95a598a44a18e028b5303c Mon Sep 17 00:00:00 2001 From: zzz Date: Sun, 27 Apr 2025 11:24:06 -0400 Subject: [PATCH] Fix UDP announce URL --- src/jsp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jsp/index.jsp b/src/jsp/index.jsp index efccde3..7216043 100644 --- a/src/jsp/index.jsp +++ b/src/jsp/index.jsp @@ -43,7 +43,7 @@ int port = ZzzOTController.udpPort(); if (host != null) { %> - UDP Announce URL: udp://<%=host%>:<%=port%>/a
+ UDP Announce URL: udp://<%=host%>:<%=port%>/a
<% } %>