Fix several response types and responses and add AppSettingsStore

This commit is contained in:
MerlinScheurer
2025-02-16 12:42:56 +01:00
parent 718d379c3c
commit b33527adc2
11 changed files with 96 additions and 52 deletions

View File

@@ -42,7 +42,7 @@ const ChannelVideo = ({ videoType }: ChannelVideoProps) => {
const [videoResponse, setVideoReponse] = useState<VideoListByFilterResponseType>();
const [videoAggsResponse, setVideoAggsResponse] = useState<ChannelAggsType>();
const channel = channelResponse?.data;
const channel = channelResponse;
const videoList = videoResponse?.data;
const pagination = videoResponse?.paginate;