Skip to content

Commit

Permalink
Ruff changes
Browse files Browse the repository at this point in the history
  • Loading branch information
siemon-geeroms committed Dec 1, 2024
1 parent 2b4218f commit f66daf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/plex/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ def process_plex_payload(
playqueue = plex_server.create_playqueue(
media,
includeRelated=0,
shuffle=1 if shuffle else 0,
continuous=1 if continuous else 0
shuffle=1 if shuffle else 0,
continuous=1 if continuous else 0,
)
return PlexMediaSearchResult(playqueue, content)

Expand Down

0 comments on commit f66daf9

Please sign in to comment.