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

Commit 7aeb4b5b authored by Robert Shih's avatar Robert Shih Committed by Android (Google) Code Review
Browse files

Merge "PlaylistFetcher: clear mTSParser on bad starting seq # hint"

parents 15387a6e 5cda1b30
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -916,6 +916,7 @@ void PlaylistFetcher::onDownloadNext() {

        if (err == -EAGAIN) {
            // bad starting sequence number hint
            mTSParser.clear();
            postMonitorQueue();
            return;
        }