diff --git a/hrp/pkg/uixt/video_crawler.go b/hrp/pkg/uixt/video_crawler.go index aa374cca..0cec910c 100644 --- a/hrp/pkg/uixt/video_crawler.go +++ b/hrp/pkg/uixt/video_crawler.go @@ -389,7 +389,7 @@ func (vc *VideoCrawler) getCurrentVideo() (video *Video, err error) { if video.Type == VideoType_Live || video.Type == VideoType_PreviewLive { video.RandomPlayDuration = getSimulationDuration(vc.configs.Live.SleepRandom) } else { - video.RandomPlayDuration = getSimulationDuration(vc.configs.Live.SleepRandom) + video.RandomPlayDuration = getSimulationDuration(vc.configs.Feed.SleepRandom) } // get simulation play duration