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
parent 0681844dab
commit 362ac0e4c3
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>