Merges the two album tables into one.

Albums are independent of how the song is stored. We don't need to separate them.
This commit is contained in:
Markil3
2021-09-18 15:00:12 -06:00
parent 8bb7086a44
commit 2e2748f9e9
26 changed files with 2553 additions and 2576 deletions

View File

@@ -45,10 +45,10 @@ public class Main
logger.debug("Interface socket closed, shutting down");
return true;
}
/**
/*
* Make sure that it is active.
*/
this.sendUpdate("ping");
// this.sendUpdate("ping");
return false;
}