I *think* this change fixes somethign with music libraries. Let's see

This commit is contained in:
vexorian 2023-11-11 12:03:01 -04:00
parent 18491bf70f
commit 2e3c0b63b2
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ module.exports = function (plex, dizquetv, $timeout, commonProgramTools) {
}
}
scope.selectLibrary = async (library) => {
await scope.fillNestedIfNecessary(library);
await scope.fillNestedIfNecessary(library, true);
let p = library.nested.length;
scope.pending += library.nested.length;
try {

View File

@ -283,7 +283,7 @@ module.exports = function ($http, $window, $interval) {
console.error(msg , err);
}
}
if ( (includeCollections === true) && (res.viewGroup !== "artist" ) ) {
if (includeCollections === true) {
let k = res.librarySectionID;
k = `/library/sections/${k}/collections`;