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

Commit 5cda1b30 authored by Robert Shih's avatar Robert Shih
Browse files

PlaylistFetcher: clear mTSParser on bad starting seq # hint

Bug: 14159556
Change-Id: If25187477066282d5980da3c4d8a76dcfcf54d27
parent ce65a05e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -916,6 +916,7 @@ void PlaylistFetcher::onDownloadNext() {


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