feat: Add a Show Subtitles option

This commit is contained in:
mikiher 2024-06-04 20:07:36 +03:00
parent 5f8066e601
commit 3ef189ed4a
5 changed files with 33 additions and 0 deletions

View file

@ -8,6 +8,7 @@ export const state = () => ({
bookshelfCoverSize: 120,
collapseSeries: false,
collapseBookSeries: false,
showSubtitles: false,
useChapterTrack: false,
seriesSortBy: 'name',
seriesSortDesc: false,