Merge pull request #5735 from tsiegleauq/trim-vjs-strings
Trim livestream URL
This commit is contained in:
commit
85de17611f
@ -44,7 +44,7 @@ export class VjsPlayerComponent implements OnInit, OnDestroy {
|
||||
|
||||
@Input()
|
||||
public set videoUrl(value: string) {
|
||||
this._videoUrl = value;
|
||||
this._videoUrl = value.trim();
|
||||
this.checkVideoUrl();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user