This commit is contained in:
Finn Dittmar 2025-12-17 21:56:17 +01:00 committed by GitHub
commit fd9b972743
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 212 additions and 62 deletions

View file

@ -168,7 +168,7 @@ export default {
}
]
if (!this.isPodcastLibrary && this.selectedMediaItemsArePlayable) {
if (this.selectedMediaItemsArePlayable) {
options.push({
text: this.$strings.ButtonQuickEmbedMetadata,
action: 'quick-embed'