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:
parent
75abf69c5c
commit
39b96c14d1
2 changed files with 8 additions and 4 deletions
6
dashboard-ui/cordova/registrationservices.js
vendored
6
dashboard-ui/cordova/registrationservices.js
vendored
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue