aboutsummaryrefslogtreecommitdiff
path: root/newspipe/controllers/feed.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/controllers/feed.py')
-rw-r--r--newspipe/controllers/feed.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/newspipe/controllers/feed.py b/newspipe/controllers/feed.py
index 9461a798..b8856966 100644
--- a/newspipe/controllers/feed.py
+++ b/newspipe/controllers/feed.py
@@ -95,7 +95,6 @@ class FeedController(AbstractController):
def update(self, filters, attrs):
from .article import ArticleController
-
self._ensure_icon(attrs)
# if "category_id" in attrs and attrs["category_id"] == 0:
# del attrs["category_id"]
bgstack15