mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-06 22:17:37 +03:00
Show taglib and ffmpeg versions in the log
This commit is contained in:
parent
effd588406
commit
b67d1c0830
9 changed files with 51 additions and 0 deletions
|
@ -64,6 +64,10 @@ func (ff *MockFFmpeg) CmdPath() (string, error) {
|
|||
return "ffmpeg", nil
|
||||
}
|
||||
|
||||
func (ff *MockFFmpeg) Version() string {
|
||||
return "1.0"
|
||||
}
|
||||
|
||||
func (ff *MockFFmpeg) Read(p []byte) (n int, err error) {
|
||||
ff.lock.Lock()
|
||||
defer ff.lock.Unlock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue