Buildout
This commit is contained in:
@ -3,7 +3,7 @@ import pathlib
|
||||
|
||||
from mopidy import config, ext
|
||||
|
||||
__version__ = "3.58.0"
|
||||
__version__ = "3.58.1"
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@ -155049,7 +155049,7 @@ var Hotkeys = function Hotkeys() {
|
||||
}));
|
||||
}
|
||||
});
|
||||
});
|
||||
}, {}, [play_time_position]);
|
||||
Object(react_hotkeys_hook__WEBPACK_IMPORTED_MODULE_2__["useHotkeys"])('f', function (e) {
|
||||
return prepare({
|
||||
e: e,
|
||||
@ -155062,7 +155062,7 @@ var Hotkeys = function Hotkeys() {
|
||||
}));
|
||||
}
|
||||
});
|
||||
});
|
||||
}, {}, [play_time_position]);
|
||||
Object(react_hotkeys_hook__WEBPACK_IMPORTED_MODULE_2__["useHotkeys"])(',', function (e) {
|
||||
return prepare({
|
||||
e: e,
|
||||
|
||||
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
@ -115,8 +115,8 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
var build = "1629516703";
|
||||
var version = "3.58.0";
|
||||
var build = "1629608732";
|
||||
var version = "3.58.1";
|
||||
|
||||
// Construct the script tag
|
||||
var js = document.createElement("script");
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"manifest_version": "3.58.0",
|
||||
"manifest_version": "3.58.1",
|
||||
"short_name": "Iris",
|
||||
"name": "Iris",
|
||||
"icons": [
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mopidy-iris",
|
||||
"version": "3.58.0",
|
||||
"version": "3.58.1",
|
||||
"description": "Mopidy HTTP interface",
|
||||
"repository": "https://github.com/jaedb/iris",
|
||||
"author": "James Barnsley <james@barnsley.nz>",
|
||||
|
||||
Reference in New Issue
Block a user