Skip to content

Commit

Permalink
Update stream.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoSotoC authored Oct 28, 2023
1 parent 3b48c21 commit d1cdf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcast/control/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def path(self):
"""Get stream path."""
return self._stream.get('uri').get('path')


@property
def update(self, data):
"""Update stream."""
self._stream = data
Expand Down

0 comments on commit d1cdf37

Please sign in to comment.