Update:Scale chapter times with playback rate #726

This commit is contained in:
advplyr 2023-06-01 17:36:52 -05:00
parent b067a2d3d5
commit c093548b71
3 changed files with 18 additions and 8 deletions

View file

@ -95,7 +95,7 @@
</div>
</div>
<modals-chapters-modal v-model="showChapterModal" :current-chapter="currentChapter" :chapters="chapters" @select="selectChapter" />
<modals-chapters-modal v-model="showChapterModal" :current-chapter="currentChapter" :chapters="chapters" :playback-rate="currentPlaybackRate" @select="selectChapter" />
<modals-dialog v-model="showMoreMenuDialog" :items="menuItems" @action="clickMenuAction" />
</div>
</template>