remove obsolete check

This commit is contained in:
Niko Storni 2019-10-08 02:13:17 +02:00
parent 44e6cb5ddc
commit ad1704fb39

View file

@ -277,10 +277,7 @@ func (s *Sync) ensureChannelOwnership() error {
if s.LbryChannelName == "" {
return errors.Err("no channel name set")
}
//@TODO: get rid of this when imported channels are supported
if s.YoutubeChannelID == "UCW-thz5HxE-goYq8yPds1Gw" {
return nil
}
if s.transferState == TransferStateComplete {
return nil
}