pablodz / pipewire_python

Python controller, player and recorder via pipewire's commands
https://pablodz.github.io/pipewire_python/html/
MIT License
22 stars 7 forks source link

get_list_targets() invalid return property: self._pipewire_list_currently_using is never assigned #10

Closed mrteathyme closed 2 years ago

mrteathyme commented 2 years ago

Expected Behavior

On calling get_list_targets i expect to be provided a dictionary of Node id's and their respective device names.

Current Behavior

pipewire_list_currently_using property does not exist causing the function to return an exception rather than the expected data.

Failure Information (for bugs)

AttributeError: 'Controller' object has no attribute '_pipewire_list_currently_using'

Steps to Reproduce

call Controller.get_list_targets()

pablodz commented 2 years ago

New version deployed v0.0.96