Version bump
This commit is contained in:
@ -1 +1 @@
|
|||||||
3.57.4
|
3.57.5
|
||||||
@ -3,7 +3,7 @@ import pathlib
|
|||||||
|
|
||||||
from mopidy import config, ext
|
from mopidy import config, ext
|
||||||
|
|
||||||
__version__ = "3.57.4"
|
__version__ = "3.57.5"
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|||||||
@ -136668,6 +136668,12 @@ var ContextMenu = /*#__PURE__*/function (_React$Component) {
|
|||||||
"data-qa-file": "ContextMenu"
|
"data-qa-file": "ContextMenu"
|
||||||
}), copy_uris, refresh);
|
}), copy_uris, refresh);
|
||||||
|
|
||||||
|
case 'directory':
|
||||||
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
|
||||||
|
"data-qa-node": "div",
|
||||||
|
"data-qa-file": "ContextMenu"
|
||||||
|
}, copy_uris);
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement("div", {
|
||||||
"data-qa-node": "div",
|
"data-qa-node": "div",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
2
mopidy_iris/static/app.min.js
vendored
2
mopidy_iris/static/app.min.js
vendored
File diff suppressed because one or more lines are too long
@ -106,8 +106,8 @@
|
|||||||
|
|
||||||
// Release details
|
// Release details
|
||||||
// These are automatically injected to built HTML
|
// These are automatically injected to built HTML
|
||||||
var build = "1617504969";
|
var build = "1617608354";
|
||||||
var version = "3.57.4";
|
var version = "3.57.5";
|
||||||
|
|
||||||
// Construct the script tag
|
// Construct the script tag
|
||||||
var js = document.createElement("script");
|
var js = document.createElement("script");
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": "3.57.4",
|
"manifest_version": "3.57.5",
|
||||||
"short_name": "Iris",
|
"short_name": "Iris",
|
||||||
"name": "Iris",
|
"name": "Iris",
|
||||||
"icons": [
|
"icons": [
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mopidy-iris",
|
"name": "mopidy-iris",
|
||||||
"version": "3.57.4",
|
"version": "3.57.5",
|
||||||
"description": "Mopidy HTTP interface",
|
"description": "Mopidy HTTP interface",
|
||||||
"repository": "https://github.com/jaedb/iris",
|
"repository": "https://github.com/jaedb/iris",
|
||||||
"author": "James Barnsley <james@barnsley.nz>",
|
"author": "James Barnsley <james@barnsley.nz>",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = Mopidy-Iris
|
name = Mopidy-Iris
|
||||||
version = 3.57.4
|
version = 3.57.5
|
||||||
url = https://github.com/jaedb/iris
|
url = https://github.com/jaedb/iris
|
||||||
author = James Barnsley
|
author = James Barnsley
|
||||||
author_email = james@barnsley.nz
|
author_email = james@barnsley.nz
|
||||||
|
|||||||
Reference in New Issue
Block a user