Skip to content

Commit 4cceda0

Browse files
committed
feat(playlist) Temporary use of CollectionTabs for playlist for testing.
Need to create new component for playlist * Need to display in list * Need to be able to drag/reorder * (?) drag new items to it, pin to right/left? (not doing this now)
1 parent 3aaa891 commit 4cceda0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

frontend/pages/item/_itemId/index.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,10 @@
241241
</v-col>
242242
</v-row>
243243
<v-row>
244-
<v-col v-if="item.Type === 'BoxSet'" cols="12">
244+
<v-col
245+
v-if="item.Type === 'BoxSet' || item.Type === 'Playlist'"
246+
cols="12"
247+
>
245248
<collection-tabs :item="item" />
246249
</v-col>
247250
<v-col cols="12">

0 commit comments

Comments
 (0)