feat: 历史播放进入时不自动播放,滚动定位到历史剧集

This commit is contained in:
xiaji
2026-05-27 20:45:51 +08:00
parent ac9239376a
commit 98e96f3438
2 changed files with 26 additions and 5 deletions

View File

@@ -225,6 +225,7 @@ class SearchFragment : Fragment() {
putExtra("title", playHistory.title)
putExtra("category", playHistory.category)
putExtra("cover_url", playHistory.coverUrl)
putExtra("history_episode", playHistory.episodeName)
}
startActivity(intent)
}