File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-video-player" ,
3
- "version" : " 2.4.2 " ,
3
+ "version" : " 2.4.3 " ,
4
4
"description" : " Video Player component for Vue.js(1.x ~ 2.x)" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 79
79
var item = options .source [i];
80
80
if (! item .src ) {
81
81
this .dispose ()
82
- return console .error (' video resource is illegitimate' )
82
+ return console .warn (' video resource is illegitimate' )
83
83
}
84
84
}
85
85
} else {
86
86
if (! options .source .src ) {
87
87
this .dispose ()
88
- return console .error (' video resource is illegitimate' )
88
+ return console .warn (' video resource is illegitimate' )
89
89
}
90
90
}
91
91
}
242
242
var item = options .source [i]
243
243
if (! item .src ) {
244
244
this .dispose ()
245
- return console .error (' video resource is illegitimate' )
245
+ return console .warn (' video resource is illegitimate' )
246
246
}
247
247
}
248
248
} else {
249
249
if (! options .source .src ) {
250
250
this .dispose ()
251
- return console .error (' video resource is illegitimate' )
251
+ return console .warn (' video resource is illegitimate' )
252
252
}
253
253
}
254
254
}
You can’t perform that action at this time.
0 commit comments