Merge pull request #744 from whatdoineed2do/url-stream-dialog-fix

[web-src] missing modal display for URL stream (20c36cb48)
This commit is contained in:
Christian Meffert 2019-05-28 20:58:11 +02:00 committed by GitHub
commit bbd35124ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,7 @@
</list-item-queue-item>
</draggable>
<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>
</content-with-heading>
</template>