Update FeedRemoveButton.svelte

This commit is contained in:
freearhey 2025-05-01 08:43:26 +03:00
parent b49b540bf1
commit d52ec0f695

View file

@ -11,7 +11,7 @@
const params = qs.stringify({ const params = qs.stringify({
labels: 'feeds:remove', labels: 'feeds:remove',
template: '6_feeds_remove.yml', template: '6_feeds_remove.yml',
title: `Edit: ${feed.getDisplayName()}`, title: `Remove: ${feed.getDisplayName()}`,
feed_id: feed.id, feed_id: feed.id,
channel_id: feed.channelId channel_id: feed.channelId
}) })