TT-RSS: Set collection author & watch in order auto val

master
Felix Stupp 2 years ago
parent e4a50288d6
commit 2dd0b575fa
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -69,6 +69,8 @@ class TtRssCollectionExtractor(CollectionExtractor[HeadlineList]):
def _update_object_raw(self, object: MediaCollection, data: HeadlineList) -> None:
if not object.title:
object.title = object.uri
object.creator = None
object.set_watch_in_order_auto(True)
logging.debug(f"Got {len(data)} headlines")
rss_uri = self.__decode_uri(object.uri)
readed_headlines = list[int]()

Loading…
Cancel
Save