fix(front): podcast results
This commit is contained in:
parent
6f728036ec
commit
a574207b08
|
@ -13,7 +13,6 @@ import { useStore } from '~/store'
|
|||
|
||||
import axios from 'axios'
|
||||
|
||||
import TagsSelector from '~/components/library/TagsSelector.vue'
|
||||
import RemoteSearchForm from '~/components/RemoteSearchForm.vue'
|
||||
import Modal from '~/components/ui/Modal.vue'
|
||||
import Card from '~/components/ui/Card.vue'
|
||||
|
@ -58,7 +57,7 @@ const q = useRouteQuery('query', '')
|
|||
const query = ref(q.value)
|
||||
syncRef(q, query, { direction: 'ltr' })
|
||||
|
||||
const result = ref<BackendResponse<Playlist>>()
|
||||
const result = ref<BackendResponse<Artist>>()
|
||||
const showSubscribeModal = ref(false)
|
||||
|
||||
const orderingOptions: [OrderingField, keyof typeof sharedLabels.filters][] = [
|
||||
|
|
Loading…
Reference in New Issue