spotcast icon indicating copy to clipboard operation
spotcast copied to clipboard

fix: do not go in transfer playback condition when asking for category

Open maxenced opened this issue 6 months ago • 0 comments

When asking for a category with some call like :

action: spotcast.start
data:
  category: 0JQ5DAqbMKFI3pNLtYMD9S
  spotify_device_id: xxxxxxxxxxxxxxxxxxxxxxx

the part of code in start_casting which check for player transfer did not check if category was empty, hence result of above call was only a transfer (if needed), but category is never changed.

maxenced avatar Aug 28 '24 11:08 maxenced