diff options
-rw-r--r-- | newspipe/lib/data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/lib/data.py b/newspipe/lib/data.py index 7c6beff9..94f98ac4 100644 --- a/newspipe/lib/data.py +++ b/newspipe/lib/data.py @@ -214,7 +214,7 @@ def import_pinboard_json(user, json_content): bookmark_attr = { "href": bookmark["href"], "description": description, - "title": description, + "title": bookmark["title"], "shared": [bookmark["shared"] == "yes" and True or False][0], "to_read": [bookmark["toread"] == "yes" and True or False][0], "time": time, |