diff --git a/aioslimproto/client.py b/aioslimproto/client.py index 1d3819f..7c448b4 100644 --- a/aioslimproto/client.py +++ b/aioslimproto/client.py @@ -991,7 +991,6 @@ def _process_setd(self, data: bytes) -> None: resolution = f"{display_width} x {display_height}" self.callback(self, EventType.PLAYER_DISPLAY_RESOLUTION, resolution) - def _parse_codc(self, content_type: str) -> bytes: """Parse CODEC details from mime/content type string.""" if "wav" in content_type or "pcm" in content_type: