mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-11 22:39:38 +00:00
Always sync file inodes, save http url covers in cover directory
This commit is contained in:
parent
4e45ff83c6
commit
28cbe0a95c
14 changed files with 355 additions and 94 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue