forked from jon/glowers-radio
lib/util.js: bump schema version
This commit is contained in:
parent
e4d86fdf57
commit
fa62359e34
@ -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 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 => ({
|
const toRadioSongs = songs => ({
|
||||||
"version": SCHEMA_VERSION,
|
"version": SCHEMA_VERSION,
|
||||||
songs
|
songs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user