diff --git a/CHANGELOG.md b/CHANGELOG.md index a3daa1c9..6fcdc653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## v2.0.3 + +- ✨ Settings: Choose default manga source +- 🦺 Fixed 'resolve unmatched' feature + - Fixed incorrect hydration when manually resolving unmatched files +- 🦺 Torrent streaming: Fixed external player link on Android +- 🦺 UI: Display characters for undownloaded anime +- 🏗️ Updated extension SDK + ## v2.0.2 - ✨ Ignore files diff --git a/internal/events/websocket.go b/internal/events/websocket.go index e89f7fd3..9f7856d6 100644 --- a/internal/events/websocket.go +++ b/internal/events/websocket.go @@ -98,7 +98,6 @@ func (m *WSEventManager) SendEventTo(clientId string, t string, payload interfac defer m.mu.Unlock() for _, conn := range m.Conns { - spew.Dump(conn.ID, clientId) if conn.ID == clientId { m.Logger.Trace().Str("to", clientId).Str("type", t).Str("payload", spew.Sprint(payload)).Msg("ws: Sending message") _ = conn.Conn.WriteJSON(WSEvent{