auth removed from open in player
This commit is contained in:
parent
dccd95e1f2
commit
acde8364fa
@ -430,9 +430,6 @@ public final class XtreamPlayerApplication {
|
||||
private record OpenInPlayerHandler(ConfigStore configStore, UserAuthenticator userAuthenticator) implements HttpHandler {
|
||||
@Override
|
||||
public void handle(HttpExchange exchange) throws IOException {
|
||||
if (!requireAuth(exchange, userAuthenticator)) {
|
||||
return;
|
||||
}
|
||||
Map<String, String> query = parseKeyValue(exchange.getRequestURI().getRawQuery());
|
||||
logApiRequest(exchange, "/api/open-in-player", query);
|
||||
if (!"GET".equalsIgnoreCase(exchange.getRequestMethod())) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user