From 545ab0701392fdc0dd26b41136ec03bb8cd080da Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Fri, 5 Jul 2019 17:35:20 +0200 Subject: [PATCH] fail channels that should fail --- manager/ytsync.go | 1 - 1 file changed, 1 deletion(-) diff --git a/manager/ytsync.go b/manager/ytsync.go index adc6038..3bdcc1f 100644 --- a/manager/ytsync.go +++ b/manager/ytsync.go @@ -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