Trim livestream URL
Trims whitespaces from the livestream URL
This commit is contained in:
parent
96f96f09ee
commit
00066806d6
@ -44,7 +44,7 @@ export class VjsPlayerComponent implements OnInit, OnDestroy {
|
|||||||
|
|
||||||
@Input()
|
@Input()
|
||||||
public set videoUrl(value: string) {
|
public set videoUrl(value: string) {
|
||||||
this._videoUrl = value;
|
this._videoUrl = value.trim();
|
||||||
this.checkVideoUrl();
|
this.checkVideoUrl();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user