diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index f4902e4b..bd4799f9 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -4012,10 +4012,6 @@ class HttpCli(object): raise Pebkac(403, t) return "" - def _can_opds(self, volflags: dict[str, Any]) -> str: - # TODO: Permissions - return "" - def tx_res(self, req_path: str) -> bool: status = 200 logmsg = "{:4} {} ".format("", self.req)