fix: YouTube configured is not mandatory
This commit is contained in:
parent
3d8c4985e8
commit
ebe0135d5b
@ -185,7 +185,8 @@ func (o *Fabric) configure() (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
err = o.YouTube.Configure()
|
||||
//YouTube is not mandatory, so ignore not configured error
|
||||
_ = o.YouTube.Configure()
|
||||
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user