Post-merge buildout
This commit is contained in:
@ -128258,10 +128258,6 @@ var uriType = function uriType(uri) {
|
||||
return 'playlist';
|
||||
}
|
||||
|
||||
if (exploded[0] === 'yt') {
|
||||
return 'track';
|
||||
}
|
||||
|
||||
if (exploded[0] === 'youtube') {
|
||||
var youtubeParts = exploded[1].split('/');
|
||||
|
||||
@ -138074,7 +138070,7 @@ var LibraryBrowseDirectory = /*#__PURE__*/function (_React$Component) {
|
||||
subdirectories = subdirectories.slice(0, limit);
|
||||
var all_tracks = null;
|
||||
var tracks = null;
|
||||
var limit_remaining = limit - subdirectories;
|
||||
var limit_remaining = limit - subdirectories.length;
|
||||
|
||||
if (limit_remaining > 0) {
|
||||
all_tracks = directory.tracks && directory.tracks.length > 0 ? directory.tracks : null;
|
||||
@ -139433,8 +139429,8 @@ var AddToQueue = /*#__PURE__*/function (_React$Component) {
|
||||
});
|
||||
|
||||
viewDataLoaded({
|
||||
uris: [].concat(_toConsumableArray(prevUris), _toConsumableArray(validatedUris))
|
||||
});
|
||||
uris: [].concat(_toConsumableArray(prevUris), _toConsumableArray(uris))
|
||||
}); // We add all uris (validated and otherwise)
|
||||
});
|
||||
|
||||
_defineProperty(_assertThisInitialized(_this), "removeUri", function (uri) {
|
||||
|
||||
File diff suppressed because one or more lines are too long
14
mopidy_iris/static/app.min.js
vendored
14
mopidy_iris/static/app.min.js
vendored
File diff suppressed because one or more lines are too long
@ -106,11 +106,7 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
<<<<<<< HEAD
|
||||
var build = "1601192592";
|
||||
=======
|
||||
var build = "1601452788";
|
||||
>>>>>>> feat/persist
|
||||
var build = "1601538354";
|
||||
var version = "3.52.4";
|
||||
|
||||
// Construct the script tag
|
||||
|
||||
Reference in New Issue
Block a user