Skip to content

Commit

Permalink
remove extra white space on line 994
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiePhonic authored Oct 16, 2024
1 parent 53bd212 commit 0d0e372
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aioslimproto/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0d0e372

Please sign in to comment.