mirror of
https://github.com/vexorian/dizquetv.git
synced 2025-12-10 14:24:18 -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) => {
|
scope.selectLibrary = async (library) => {
|
||||||
await scope.fillNestedIfNecessary(library);
|
await scope.fillNestedIfNecessary(library, true);
|
||||||
let p = library.nested.length;
|
let p = library.nested.length;
|
||||||
scope.pending += library.nested.length;
|
scope.pending += library.nested.length;
|
||||||
try {
|
try {
|
||||||
|
|||||||
@ -283,7 +283,7 @@ module.exports = function ($http, $window, $interval) {
|
|||||||
console.error(msg , err);
|
console.error(msg , err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( (includeCollections === true) && (res.viewGroup !== "artist" ) ) {
|
if (includeCollections === true) {
|
||||||
let k = res.librarySectionID;
|
let k = res.librarySectionID;
|
||||||
|
|
||||||
k = `/library/sections/${k}/collections`;
|
k = `/library/sections/${k}/collections`;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user