-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
EduJetPlayer/client/src/app/video-player/video-link-input/video-link-input.component.ts
Lines 74 to 77 in 063d22c
| // TODO: better link checker and classifier(VOD or hls ..etc). | |
| if (this.isURL(event.target.value)) { | |
| if (this.isYtUrl(event.target.value)) { | |
| this.loading = true; |
This issue was generated by todo based on a TODO comment in 063d22c. It's been assigned to @Blaud because they committed the code.
Reactions are currently unavailable