Conversation
|
You've managed to change the whitespace in this PR |
|
Is it incorrect? I adjusted them all manually in code with ctrl [], thought this might be better |
|
Yes, Tauon uses tabs, spaces are not better, they force your preferred indent-width onto others, meanwhile you can set tabs to your preference in your editor. |
|
Huh, cute Anyway, fixed |
1a7c593 to
af2eb8f
Compare
Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
|
to
though at some point it would be better to just be verbose and set these explicitly before the function call. And preferably with comments as to reasoning state = None
# If it is a radio station playing then we set state to album because yada yada
if pctl.playing_state == 3:
state = album
RPC.update(state=state... |
Another PR for #1350 afterward