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

Commit 2a21e73a authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 57853559: am e619a9da: Merge "Start playing live streams from the start, no...

am 57853559: am e619a9da: Merge "Start playing live streams from the start, no the middle..." into gingerbread

Merge commit '57853559'

* commit '57853559':
  Start playing live streams from the start, no the middle...
parents d1e5ddaf 57853559
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ bool LiveSource::switchToNext() {
        }

        if (mLastFetchTimeUs < 0) {
            mPlaylistIndex = mPlaylist->size() / 2;
            mPlaylistIndex = 0;
        } else {
            if (nextSequenceNumber < mFirstItemSequenceNumber
                    || nextSequenceNumber