观看直播会记录播放记录

This commit is contained in:
mtvpls
2025-12-18 00:01:31 +08:00
parent 3156b3449d
commit 96f9b094e4
3 changed files with 43 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ export default function ContinueWatching({ className }: ContinueWatchingProps) {
)
}
type={record.total_episodes > 1 ? 'tv' : ''}
origin={record.origin}
/>
</div>
);