Buildout 3.55.3

This commit is contained in:
James Barnsley
2020-12-12 22:51:27 +13:00
parent 1f9a3ba385
commit 9ee5c39ab6
11 changed files with 17 additions and 17 deletions

View File

@ -107191,15 +107191,15 @@ var MediaSession = /*#__PURE__*/function (_React$Component) {
artist: artists.length ? artists[0].name : '-',
album: album.name || '-',
artwork: [].concat(_toConsumableArray(images.small ? [{
src: images ? images.small : '',
src: images.small,
sizes: '96x96',
type: 'image/png'
}] : []), _toConsumableArray(images.medium ? [{
src: images ? images.medium : '',
src: images.medium,
sizes: '256x256',
type: 'image/png'
}] : []), _toConsumableArray(images.huge ? [{
src: images ? images.huge : '',
src: images.huge,
sizes: '512x512',
type: 'image/png'
}] : []))

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -106,8 +106,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1607636791";
var version = "3.55.2";
var build = "1607766411";
var version = "3.55.3";
// Construct the script tag
var js = document.createElement("script");

View File

@ -1,5 +1,5 @@
{
"manifest_version": "3.55.2",
"manifest_version": "3.55.3",
"short_name": "Iris",
"name": "Iris",
"icons": [