mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-13 10:47:19 +03:00
* fix(taglib): Fix misleading error message on unreadable media - #1576 Signed-off-by: reo <reo_999@proton.me> * fix(taglib): Add unit test and exclude scan for only unreadable file - #1576 Signed-off-by: reo <reo_999@proton.me> * fix(taglib): Add unit test and exclude scan for only unreadable file - #1576 Signed-off-by: reo <reo_999@proton.me> * fix(taglib): Add unit test and exclude scan for only unreadable file - #1576 Signed-off-by: reo <reo_999@proton.me> * fix(taglib): Add unit test and exclude scan for only unreadable file - #1576 Signed-off-by: reo <reo_999@proton.me> * fix(taglib): Add unit test and exclude scan for only unreadable file - #1576 Signed-off-by: reo <reo_999@proton.me> * Fix test and simplify code a bit We don't need to expose the type of error: `taglib.Parse()` always return nil * Fix comment Signed-off-by: reo <reo_999@proton.me> Co-authored-by: Deluan <deluan@navidrome.org>