Compare commits

3 Commits
Author SHA1 Message Date
Aryan 24186c47a9 Merge pull request 'Develop' (#1) from develop into main
Reviewed-on: #1

90 / 100 (450 / 500) + bonus (300)

problems :

1 - bug : The next and previous button logic cause IndexOutOfBoundsException when reaching the first or last song.
2- The UI does not display the song duration, so one of the required song details is missing.
2026-06-22 01:47:35 +00:00
Aryan 04d776c434 Update pom.xml 2026-06-22 01:40:21 +00:00
Mobina f2a9b8021e editon1 2026-05-29 00:10:41 +03:30
+6
View File
@@ -25,6 +25,12 @@
<version>21</version> <version>21</version>
</dependency> </dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
<version>17.0.12</version>
</dependency>
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId> <artifactId>junit-jupiter-api</artifactId>