mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-12 08:15:47 +00:00
Merge pull request #712 from jellyfin/fix/aaaaaaaaaa
fix(library view): fix #710 unable to change library type if library …
This commit is contained in:
commit
3add439e41
@ -12,7 +12,7 @@
|
||||
<type-button
|
||||
v-if="hasViewTypes"
|
||||
:type="collectionInfo.CollectionType"
|
||||
:disabled="loading || !items.length"
|
||||
:disabled="loading"
|
||||
@change="onChangeType"
|
||||
/>
|
||||
<v-divider
|
||||
@ -29,7 +29,7 @@
|
||||
<filter-button
|
||||
v-if="isSortable"
|
||||
:collection-info="collectionInfo"
|
||||
:disabled="loading || !items.length"
|
||||
:disabled="loading"
|
||||
:items-type="viewType"
|
||||
@change="onChangeFilter"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user