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

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

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

Merge commit 'e619a9da' into gingerbread-plus-aosp

* commit 'e619a9da':
  Start playing live streams from the start, no the middle...
parents 797bb4f8 e619a9da
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