Skip to content

Commit 8354966

Browse files
committed
Fixed #293
1 parent 0197262 commit 8354966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/xyz/gianlu/librespot/ZeroconfServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ private void handleAddUser(OutputStream out, Map<String, String> params, String
354354
}
355355

356356
sessionListeners.forEach(l -> l.sessionChanged(session));
357-
} catch (Session.SpotifyAuthenticationException | MercuryClient.MercuryException ex) {
357+
} catch (Session.SpotifyAuthenticationException | MercuryClient.MercuryException | IOException | GeneralSecurityException ex) {
358358
LOGGER.fatal("Couldn't establish a new session.", ex);
359359

360360
synchronized (connectionLock) {

0 commit comments

Comments
 (0)