Always sync file inodes, save http url covers in cover directory

This commit is contained in:
advplyr 2021-10-01 18:42:48 -05:00
parent 4e45ff83c6
commit 28cbe0a95c
14 changed files with 355 additions and 94 deletions

View file

@ -62,6 +62,7 @@ class AudioTrack {
size: this.size,
bitRate: this.bitRate,
language: this.language,
codec: this.codec,
timeBase: this.timeBase,
channels: this.channels,
channelLayout: this.channelLayout,
@ -82,7 +83,7 @@ class AudioTrack {
this.size = probeData.size
this.bitRate = probeData.bitRate
this.language = probeData.language
this.codec = probeData.codec
this.codec = probeData.codec || null
this.timeBase = probeData.timeBase
this.channels = probeData.channels
this.channelLayout = probeData.channelLayout