Syncplay / syncplay

Client/server to synchronize media playback on mpv/VLC/MPC-HC/MPC-BE on many computers
http://syncplay.pl/
Apache License 2.0
2.11k stars 215 forks source link

Typo in client.py:FileSwitchManager.setClient() #282

Closed siiky closed 4 years ago

siiky commented 4 years ago

Shouldn't it be _client here? I see that setClient() isn't used right now, but it could be the origin of a bug in the future.

https://github.com/Syncplay/syncplay/blob/bf5c8dd531a5c88479d17f290ec8bdfda425b12a/syncplay/client.py#L1900

Et0h commented 4 years ago

Nice catch. I think you're probably right on both counts.