am 57853559: am e619a9da: Merge "Start playing live streams from the start, no the middle..." into gingerbread
Merge commit '57853559c31154db9c202d653065c592169c5027' * commit '57853559c31154db9c202d653065c592169c5027': Start playing live streams from the start, no the middle...
This commit is contained in:
@@ -93,7 +93,7 @@ bool LiveSource::switchToNext() {
|
||||
}
|
||||
|
||||
if (mLastFetchTimeUs < 0) {
|
||||
mPlaylistIndex = mPlaylist->size() / 2;
|
||||
mPlaylistIndex = 0;
|
||||
} else {
|
||||
if (nextSequenceNumber < mFirstItemSequenceNumber
|
||||
|| nextSequenceNumber
|
||||
|
||||
Reference in New Issue
Block a user