fail channels that should fail

This commit is contained in:
Niko Storni 2019-07-05 17:35:20 +02:00
parent c402a1cdef
commit 545ab07013

View file

@ -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