fix watchparty not getting reset when changing shows

This commit is contained in:
Pas 2025-10-25 00:24:58 -06:00
parent b46f618386
commit 4d1dbe9b3d

View file

@ -29,7 +29,7 @@ export function WatchPartyResetter() {
// If base media has changed (different show/movie), reset watch party
if (
baseMediaId &&
previousBaseMediaRef.current &&
previousBaseMediaRef.current !== null &&
baseMediaId !== previousBaseMediaRef.current
) {
// eslint-disable-next-line no-console