mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
fix watchparty not getting reset when changing shows
This commit is contained in:
parent
b46f618386
commit
4d1dbe9b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue