[web] Fix variable name

This commit is contained in:
Alain Nussbaumer 2024-03-26 03:35:22 +01:00
parent 2b54de424b
commit 24da82f42b

View File

@ -22,7 +22,7 @@
</template> </template>
<teleport to="#app"> <teleport to="#app">
<modal-dialog-genre <modal-dialog-genre
:item="selected_genre" :item="selected_item"
:media_kind="media_kind" :media_kind="media_kind"
:show="show_details_modal" :show="show_details_modal"
@close="show_details_modal = false" @close="show_details_modal = false"