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

Commit a424f7c6 authored by Andreas Huber's avatar Andreas Huber
Browse files

Start playing live streams from the start, no the middle...

Change-Id: Ie01ba1250b51155cb1fb32fc3340189a16c01476
related-to-bug: 2368598
parent d1398db3
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