mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -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">
|
||||
<modal-dialog-directory
|
||||
:show="show_details_modal"
|
||||
:directory="selected_directory"
|
||||
:directory="selected_directory.path"
|
||||
@close="show_details_modal = false"
|
||||
/>
|
||||
</teleport>
|
||||
|
Loading…
Reference in New Issue
Block a user