We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dafe10 commit a53095eCopy full SHA for a53095e
1 file changed
streams/spotify_volume_handler.py
@@ -81,4 +81,5 @@ def set_vol(self, amplipi_volume: float, shared_volume: float) -> float:
81
82
args = parser.parse_args()
83
84
- handler = VolumeSynchronizer(SpotifyData, {"api_port": args.port}, args.stream_id, args.debug).watcher_loop()
+ handler = VolumeSynchronizer(SpotifyData, {"api_port": args.port}, args.stream_id, args.debug)
85
+ handler.watcher_loop()
0 commit comments