mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-19 18:34:25 +02:00
Add:Alternative ID3 tags
This commit is contained in:
parent
60654ae45d
commit
4be004290d
3 changed files with 15 additions and 7 deletions
|
@ -296,7 +296,6 @@ class AudioFile {
|
|||
if (!this.metadata || !this.metadata.isEqual(scannedAudioFile.metadata)) {
|
||||
this.metadata = scannedAudioFile.metadata
|
||||
hasUpdated = true
|
||||
// console.log('metadata updated for audio file')
|
||||
}
|
||||
} else if (key === 'chapters') {
|
||||
if (this.syncChapters(newjson.chapters || [])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue