[web-src] missing modal display for URL stream (20c36cb48)

This commit is contained in:
whatdoineed2do/Ray 2019-05-19 15:44:15 +01:00
parent cbd8d8a44d
commit 18f4888bfc

View File

@ -58,6 +58,7 @@
</list-item-queue-item> </list-item-queue-item>
</draggable> </draggable>
<modal-dialog-queue-item :show="show_details_modal" :item="selected_item" @close="show_details_modal = false" /> <modal-dialog-queue-item :show="show_details_modal" :item="selected_item" @close="show_details_modal = false" />
<modal-dialog-add-url-stream :show="show_url_modal" @close="show_url_modal = false" />
</template> </template>
</content-with-heading> </content-with-heading>
</template> </template>