-
-
{{ item.attributes?.name ?? (item.relationships?.contents?.data[0]?.attributes?.name ?? '') }}
+
+
{{ item.attributes?.name ?? (item.relationships?.contents?.data[0]?.attributes?.name ?? (item.attributes?.editorialNotes?.name ?? '')) }}
{{ queueItem.item.attributes.name }}
-
{{ queueItem.item.attributes.albumName }} — {{ queueItem.item.attributes.artistName }}
+
{{ queueItem.item.attributes.artistName }} — {{ queueItem.item.attributes.albumName }}
diff --git a/src/renderer/views/pages/apple-curator.ejs b/src/renderer/views/pages/apple-curator.ejs
index 329aaa3d..2e13a7de 100644
--- a/src/renderer/views/pages/apple-curator.ejs
+++ b/src/renderer/views/pages/apple-curator.ejs
@@ -37,6 +37,6 @@
return {
app: this.$root
}
- },
+ }
})
\ No newline at end of file
diff --git a/src/renderer/views/pages/cider-multiroom.ejs b/src/renderer/views/pages/cider-multiroom.ejs
new file mode 100644
index 00000000..4c8b306b
--- /dev/null
+++ b/src/renderer/views/pages/cider-multiroom.ejs
@@ -0,0 +1,48 @@
+
+
+
\ No newline at end of file
diff --git a/src/renderer/views/pages/recordLabel.ejs b/src/renderer/views/pages/recordLabel.ejs
index 918d3f48..014440ea 100644
--- a/src/renderer/views/pages/recordLabel.ejs
+++ b/src/renderer/views/pages/recordLabel.ejs
@@ -78,7 +78,7 @@
},
methods: {
getArtistPalette(artist) {
- if (artist["attributes"]["artwork"]) {
+ if (artist?.attributes?.artwork != null) {
return {
"background": "#" + artist["attributes"]["artwork"]["bgColor"],
"color": "#" + artist["attributes"]["artwork"]["textColor1"],
diff --git a/tsconfig.json b/tsconfig.json
index c9eeb6da..a500c11a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"experimentalDecorators": true,
- "target": "esnext",
+ "target": "es6",
"module": "commonjs",
"allowJs": true,
"noImplicitAny": true,
diff --git a/winget.json b/winget.json
index b184fd63..ea0ae1ae 100644
--- a/winget.json
+++ b/winget.json
@@ -1,7 +1,7 @@
{
- "electronVersion": "18.2.0",
+ "electronVersion": "18.2.3",
"electronDownload": {
- "version": "18.2.0+wvcus",
+ "version": "18.2.3+wvcus",
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
},
"appId": "cider",