We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439ba4d commit 9c5b73fCopy full SHA for 9c5b73f
dashboard/src/views/History.vue
@@ -331,8 +331,8 @@ const goToDetail = async (item) => {
331
tempSiteApi: siteInfo.api,
332
tempSiteKey: siteInfo.key,
333
// 传递历史记录信息,用于恢复播放状态
334
- historyRoute: item.current_route,
335
- historyEpisode: item.current_episode,
+ historyRoute: item.current_route_name,
+ historyEpisode: item.current_episode_name,
336
historyProgress: item.progress || 0,
337
// 添加来源页面信息
338
sourceRouteName: 'History',
0 commit comments