diff --git a/lib/util.js b/lib/util.js index e49c708..605abae 100644 --- a/lib/util.js +++ b/lib/util.js @@ -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