Implemented Fetching tracks and selecting periods.

Also deleted progress bar dependency after removal from code in 3445f51 and cleaned up formatting.
This commit is contained in:
Alix von Schirp
2023-01-18 04:45:07 +01:00
committed by Morril
parent d8bbba5dd0
commit c1b3bdbd8b
5 changed files with 72 additions and 42 deletions

View File

@@ -56,11 +56,6 @@
<artifactId>javalin</artifactId>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>me.tongfei</groupId>
<artifactId>progressbar</artifactId>
<version>0.9.5</version>
</dependency>
</dependencies>
</project>