Looks like the calls to the winrt module are not collected by the garbage collector, causing rising and uncontrolled memory usage.  <br /> Main culprit is ```python properties = await current_session.try_get_media_properties_async() ``` in `get_media_info` (`modules/api.py`)