Skip to content

Commit

Permalink
cq: Minor updates
Browse files Browse the repository at this point in the history
Relates to #2535
  • Loading branch information
postlund committed Nov 2, 2024
1 parent 1be7180 commit 658fd06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/documentation/atvremote.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,10 +480,10 @@ Device state: Playing
Shuffle: False
```

Artwork with a specific size (width,height):
Artwork with a specific size (width, height) and filename:

```shell
$ atvremote --id 00:11:22:33:44:54 artwork_save=300,-1
$ atvremote --id 00:11:22:33:44:54 artwork_save=300,-1,foobar.jpg
```

Using -1 will let the device decide that parameter in order to keep aspect ratio.
Expand Down
2 changes: 2 additions & 0 deletions tests/protocols/companion/test_companion_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ async def test_remote_control_buttons(companion_client, companion_state, button)
assert companion_state.latest_button == button


# TODO: This test does not verify that actual input action (e.g. hold).
# Fake service must be extended to support this.
@pytest.mark.parametrize(
"button,action",
[
Expand Down

0 comments on commit 658fd06

Please sign in to comment.