Fix cover and artist bug

This commit is contained in:
2026-06-10 15:08:14 +03:30
parent a5e70479ed
commit 517414cdf4
2 changed files with 69 additions and 2 deletions
+6
View File
@@ -48,6 +48,12 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.jthink</groupId>
<artifactId>jaudiotagger</artifactId>
<version>3.0.1</version>
</dependency>
</dependencies>
<build>