diff --git a/src/showplanner/index.tsx b/src/showplanner/index.tsx index cdef911..6733da1 100644 --- a/src/showplanner/index.tsx +++ b/src/showplanner/index.tsx @@ -8,6 +8,7 @@ import { FaCircleNotch, FaPencilAlt, FaHeadphonesAlt, + FaCircle, } from "react-icons/fa"; import { MYRADIO_NON_API_BASE, TimeslotItem } from "../api"; @@ -234,6 +235,15 @@ const Showplanner: React.FC<{ timeslotId: number }> = function({ timeslotId }) { > Mark Unplayed + + dispatch( + setItemPlayed({ itemId: (args.props as any).id, played: true }) + ) + } + > + Mark Played + { dispatch(