Add podcast support to metadata embedding tools

This commit is contained in:
Vito0912 2025-08-16 15:58:05 +02:00
parent fd4932cdbb
commit 69b6c0c79a
No known key found for this signature in database
GPG key ID: A0F767011D6093A2
6 changed files with 176 additions and 39 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'