refactor: code quality & format

This commit is contained in:
edde746
2026-02-15 04:07:09 +01:00
parent 1641354055
commit 04438c8e45
130 changed files with 1840 additions and 1703 deletions
@@ -115,9 +115,7 @@ class WatchTogetherSyncManager {
// a mediaSwitch broadcast (e.g., host switched episodes while we were
// popping out of the previous player).
if (!_session.isHost) {
_peerService.broadcast(
SyncMessage.requestSessionConfig(peerId: _peerService.myPeerId),
);
_peerService.broadcast(SyncMessage.requestSessionConfig(peerId: _peerService.myPeerId));
}
appLogger.d('WatchTogether: Player attached, isHost: ${_session.isHost}');