lib/util.js: bump schema version

This commit is contained in:
Jon 2023-03-01 06:44:02 +00:00
parent e4d86fdf57
commit fa62359e34

View File

@ -34,7 +34,7 @@ const notNullElse = (a, fallback) => a != null && a != undefined ? a : fallback
const arrSerializeSort = array => array.filter(Boolean).map((a,i) => a.serialize(i)).sort((a,b) => a.id.localeCompare(b.id))
const SCHEMA_VERSION = 7
const SCHEMA_VERSION = 8
const toRadioSongs = songs => ({
"version": SCHEMA_VERSION,
songs