Show taglib and ffmpeg versions in the log

This commit is contained in:
Deluan
2024-02-17 12:06:01 -05:00
committed by Deluan Quintão
parent effd588406
commit b67d1c0830
9 changed files with 51 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ func NewTagScanner(rootFolder string, ds model.DataStore, playlists core.Playlis
ds: ds,
cacheWarmer: cacheWarmer,
}
metadata.LogExtractors()
return s
}