Skip to content

Imported titles from OPML get overwritten #609

@grischard

Description

@grischard

After importing feeds from OPML, all the custom feed titles got lost, replaced by the feed's own title.

To reproduce, import the following OPML feed:

<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.1">
	<head>
		<title>mySubscriptions</title>
	</head>
	<body>
		<outline text="Foo" description="" title="Foo" type="rss" version="RSS" htmlUrl="https://news.ycombinator.com/" xmlUrl="https://news.ycombinator.com/rss"/>
    </body>
</opml>

Expected result:

Feed gets imported with the title "Foo", feed gets refreshed, title stays as "Foo"

Actual result:

Feed gets imported with the title "Foo", feed gets refreshed, title changes to Hacker News.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions