Started work on playlist management UI

This commit is contained in:
rainbow napkin 2025-03-30 14:11:49 -04:00
parent 65b5ae9371
commit 1723e8ebd0
9 changed files with 586 additions and 104 deletions

View file

@ -626,7 +626,7 @@ module.exports = class{
}
//If we fucked with the DB during the main loop
if(chanDB == null && !volatile){
if(chanDB != null && !volatile){
try{
//Save the database
chanDB.save();