mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 06:12:24 +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 base media has changed (different show/movie), reset watch party
|
||||||
if (
|
if (
|
||||||
baseMediaId &&
|
baseMediaId &&
|
||||||
previousBaseMediaRef.current &&
|
previousBaseMediaRef.current !== null &&
|
||||||
baseMediaId !== previousBaseMediaRef.current
|
baseMediaId !== previousBaseMediaRef.current
|
||||||
) {
|
) {
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue