mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 16:25:03 -05:00
[web] Fix display of path in directory modal
This commit is contained in:
parent
58c6b2891c
commit
f167f3c2fc
@ -40,7 +40,7 @@
|
|||||||
<teleport to="#app">
|
<teleport to="#app">
|
||||||
<modal-dialog-directory
|
<modal-dialog-directory
|
||||||
:show="show_details_modal"
|
:show="show_details_modal"
|
||||||
:directory="selected_directory"
|
:directory="selected_directory.path"
|
||||||
@close="show_details_modal = false"
|
@close="show_details_modal = false"
|
||||||
/>
|
/>
|
||||||
</teleport>
|
</teleport>
|
||||||
|
Loading…
Reference in New Issue
Block a user