mirror of
https://github.com/vexorian/dizquetv.git
synced 2025-12-10 00:28:08 -06:00
I *think* this change fixes somethign with music libraries. Let's see
This commit is contained in:
parent
18491bf70f
commit
2e3c0b63b2
@ -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 {
|
||||
|
||||
@ -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`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user