diff --git a/src/app/channel/media/queue.js b/src/app/channel/media/queue.js index 9bbaa01..671fac7 100644 --- a/src/app/channel/media/queue.js +++ b/src/app/channel/media/queue.js @@ -1708,8 +1708,8 @@ class queue{ media.earlyEnd = null; } - //Add it to the schedule array as if it where part of the actual schedule map - schedule.push([media.startTime, media]); + //Add it to the temporary schedule array as if it where part of the actual schedule map + schedule.unshift([media.startTime, media]); //Otherwise if it's older }else{ //Then we should be done as archived items are added as they are played/end.