diff --git a/components/manager/QueueManager.bs b/components/manager/QueueManager.bs index 264bf1a0..0a39a8c0 100644 --- a/components/manager/QueueManager.bs +++ b/components/manager/QueueManager.bs @@ -251,6 +251,7 @@ end sub ' Set starting point for top item in the queue sub setTopStartingPoint(positionTicks) + if getCount() = 0 then return m.queue[0].startingPoint = positionTicks end sub