mirror of
https://github.com/khairul169/home-lab.git
synced 2025-04-28 16:49:36 +07:00
fix: id3 tags image invalid result
This commit is contained in:
parent
4b8cba9591
commit
4f6b140c28
@ -27,7 +27,7 @@ export const getId3Tags = async (c: Context) => {
|
||||
data.image = imgUrl.toString();
|
||||
}
|
||||
|
||||
tags = id3Tags;
|
||||
tags = data;
|
||||
} catch (err) {}
|
||||
|
||||
cached.set(tags);
|
||||
|
Loading…
x
Reference in New Issue
Block a user