fail channels that should fail
This commit is contained in:
parent
c402a1cdef
commit
545ab07013
1 changed files with 0 additions and 1 deletions
|
@ -340,7 +340,6 @@ func (s *Sync) setChannelTerminationStatus(e *error) {
|
|||
noFailConditions := []string{
|
||||
"this youtube channel is being managed by another server",
|
||||
"interrupted during daemon startup",
|
||||
"playlist items not found",
|
||||
}
|
||||
if util.SubstringInSlice((*e).Error(), noFailConditions) {
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue