Fix RSS remote search form
This commit is contained in:
parent
ed72bfc884
commit
75d866ade4
|
@ -227,7 +227,7 @@ const radioConfig = computed(() => {
|
||||||
<h2>{{ labels.title }}</h2>
|
<h2>{{ labels.title }}</h2>
|
||||||
<remote-search-form
|
<remote-search-form
|
||||||
:initial-id="id"
|
:initial-id="id"
|
||||||
:type="type"
|
:initial-type="type === 'rss' ? 'rss' : 'artists'"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Reference in New Issue