Fix RSS remote search form

This commit is contained in:
wvffle 2022-11-27 00:19:17 +00:00
parent ed72bfc884
commit 75d866ade4
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ const radioConfig = computed(() => {
<h2>{{ labels.title }}</h2>
<remote-search-form
:initial-id="id"
:type="type"
:initial-type="type === 'rss' ? 'rss' : 'artists'"
/>
</div>
<div