diff --git a/syncplay/client.py b/syncplay/client.py index 43f2064..2f52014 100644 --- a/syncplay/client.py +++ b/syncplay/client.py @@ -1396,6 +1396,7 @@ class SyncplayPlaylist(): if not self._client.sharedPlaylistIsEnabled(): self._playlistIndex = index if username is not None and self._client.userlist.currentUser.file and filename == self._client.userlist.currentUser.file['name']: + self._playlistIndex = index return except IndexError: pass