Add:Alternative ID3 tags

This commit is contained in:
advplyr 2021-11-25 19:23:22 -06:00
parent 60654ae45d
commit 4be004290d
3 changed files with 15 additions and 7 deletions

View file

@ -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 || [])) {