diff --git a/src/showplanner/state.ts b/src/showplanner/state.ts index 4133960..b24e2b5 100644 --- a/src/showplanner/state.ts +++ b/src/showplanner/state.ts @@ -554,8 +554,8 @@ export const getShowplan = (timeslotId: number): AppThunk => async ( ops.push({ op: "MoveItem", timeslotitemid: item.timeslotitemid, - oldchannel: colIndex, - channel: colIndex, + oldchannel: item.channel, + channel: item.channel, oldweight: item.weight, weight: itemIndex, });