Skip to content

Commit

Permalink
fix bug when client reconnects and chromecast is in details page
Browse files Browse the repository at this point in the history
  • Loading branch information
hawken93 committed Jan 14, 2021
1 parent 4a3cfd0 commit a451fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/commandHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export abstract class CommandHandler {

static IdentifyHandler(): void {
if (!PlaybackManager.isPlaying()) {
DocumentManager.setAppStatus('waiting');
DocumentManager.startBackdropInterval();
} else {
// When a client connects send back the initial device state (volume etc) via a playbackstop message
Expand Down

0 comments on commit a451fde

Please sign in to comment.