mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-29 20:15:04 +02:00
Update audio player to player ui and separate out components
This commit is contained in:
parent
792268f5ee
commit
d37b25a6f6
6 changed files with 296 additions and 169 deletions
|
@ -26,7 +26,7 @@
|
|||
<div class="flex-grow" />
|
||||
<span class="material-icons px-2 py-1 md:p-4 cursor-pointer" @click="closePlayer">close</span>
|
||||
</div>
|
||||
<audio-player
|
||||
<player-ui
|
||||
ref="audioPlayer"
|
||||
:chapters="chapters"
|
||||
:paused="!isPlaying"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue