1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update item queries

This commit is contained in:
Luke Pulverenti 2015-10-29 15:01:04 -04:00
parent 75abf69c5c
commit 39b96c14d1
2 changed files with 8 additions and 4 deletions

View file

@ -257,11 +257,11 @@
function onProductUpdated(e, product) {
var deferred = currentDisplayingDeferred;
if (product.owned) {
if (deferred && product.owned) {
var deferred = currentDisplayingDeferred;
if (currentDisplayingProductInfos.filter(function (p) {
if (deferred && currentDisplayingProductInfos.filter(function (p) {
return product.id == p.id;