Skip to content

Commit

Permalink
Improve stability of web client login handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Jul 21, 2020
1 parent 186789f commit 4f009b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jellyfin_mpv_shim/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def remove_all_clients(self):
for key, client in list(self.clients.items()):
del self.clients[key]
client.stop()
self.credentials = []
self.save_credentials()

def stop(self):
Expand Down

0 comments on commit 4f009b4

Please sign in to comment.