mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 05:29:41 +00:00
Consolidate singles
This commit is contained in:
parent
aaae3ba951
commit
58fbd9510a
5 changed files with 110 additions and 16 deletions
|
|
@ -575,7 +575,7 @@ export default {
|
|||
func: 'showEditModalMatch',
|
||||
text: this.$strings.HeaderMatch
|
||||
})
|
||||
if (!this.isFile && !this.isPodcast) {
|
||||
if (!this.isPodcast) {
|
||||
items.push({
|
||||
func: 'consolidate',
|
||||
text: 'Consolidate'
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@
|
|||
<ui-read-icon-btn :disabled="isProcessingReadUpdate" :is-read="userIsFinished" class="mx-0.5" @click="toggleFinished" />
|
||||
</ui-tooltip>
|
||||
|
||||
<ui-tooltip v-if="userCanUpdate && !isFile && !isPodcast" :text="isNotConsolidated ? 'Consolidate' : 'Already Consolidated'" direction="top">
|
||||
<ui-tooltip v-if="userCanUpdate && !isPodcast" :text="isNotConsolidated ? 'Consolidate' : 'Already Consolidated'" direction="top">
|
||||
<ui-icon-btn icon="folder_open" class="mx-0.5" :class="isNotConsolidated ? 'text-warning' : 'opacity-50'" :disabled="!isNotConsolidated" @click="consolidate" />
|
||||
</ui-tooltip>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue