Skip to content

Commit

Permalink
dm8000: blank screen fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BPanther committed Jul 18, 2024
1 parent 2ec2a9c commit 99f0806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zapit/src/zapit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,7 @@ bool CZapit::StopPlayBack(bool send_pmt, bool __attribute__ ((unused)) blank)
if (playbackStopForced)
return false;

#if BOXMODEL_DM820 || BOXMODEL_DM7020HD || BOXMODEL_DM7080 || BOXMODEL_DM900 || BOXMODEL_DM920
#if BOXMODEL_DM820 || BOXMODEL_DM7020HD || BOXMODEL_DM7080 || BOXMODEL_DM8000 || BOXMODEL_DM900 || BOXMODEL_DM920
videoDecoder->Stop(standby ? false : blank);
#else
videoDecoder->Stop(false);
Expand Down

0 comments on commit 99f0806

Please sign in to comment.