Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92e41514 authored by Chris Elliott's avatar Chris Elliott
Browse files

DO NOT MERGE Revert "AwesomePlayer: Stop posting buffering events once at EOS"

This reverts commit 701cac17.
parent ddbebb92
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -843,8 +843,7 @@ void AwesomePlayer::onBufferingUpdate() {
        }
    }

    if ( ((mFlags & PLAYING) && !eos) ||
         (mFlags & (PREPARING | CACHE_UNDERRUN)) ) {
    if (mFlags & (PLAYING | PREPARING | CACHE_UNDERRUN)) {
        postBufferingEvent_l();
    }
}