Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
재생 중일 때의 재생 목록도 계산할 수 있게 하고 싶은데,
html에서 비디오 시청 중일 때 나오는 재생 목록과 관련된 태그는 변수로 선언을 해두었습니다.
문제점
1. 재생 목록에서는 정상 작동을 하는데, 비디오 시청 중일 때는 회색 화면이 뜹니다.
2. 시청한 비디오의 시청 시간을 계산하는 함수 부분에, 재생 목록 페이지는 문제가 없지만 비디오 시청 중 일 때는, 원치 않는 값을 가리키는 변수가 있습니다.
이 부분을 확인해주시면 감사하겠습니다.