mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
Save complete tracks and albums to the db for faster startup
- refactor function locations - add logger - check for new tracks instead of re-processing all files
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ interface Folder {
|
||||
}
|
||||
|
||||
interface AlbumInfo {
|
||||
album: string;
|
||||
title: string;
|
||||
artist: string;
|
||||
count: number;
|
||||
duration: number;
|
||||
|
||||
Reference in New Issue
Block a user