dafri92

Results 2 comments of dafri92

Fixing one issue with `librespot-01_notify_kodi.patch` ``` 1982 | ... &track_id.to_base62()].join(" ")), | ^^^^^^^^^^^^^^^^^^^^^ expected `str`, found enum `std::result::Result` ``` required a single change, the line should be `&track_id.to_base62().unwrap()].join(" ")),`. I...

I did. Here is the highlight: ``` An error occurred: Board rotation has to be passed as EDA_ANGLE, not a number No output files produced Traceback (most recent call last):...