From b47687535a413720f86e3638bf5f13675fa7829c Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 5 May 2023 19:21:09 +0700 Subject: [PATCH] undo faulty channel sync to videos --- tubearchivist/home/src/index/channel.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tubearchivist/home/src/index/channel.py b/tubearchivist/home/src/index/channel.py index ec8a4db..eef5cdb 100644 --- a/tubearchivist/home/src/index/channel.py +++ b/tubearchivist/home/src/index/channel.py @@ -165,8 +165,6 @@ class YoutubeChannel(YouTubeItem): # add ingest pipeline processors = [] for field, value in self.json_data.items(): - if not value: - continue line = {"set": {"field": "channel." + field, "value": value}} processors.append(line) data = {"description": self.youtube_id, "processors": processors}