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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user