diff --git a/share/spice/amazon/amazon.js b/share/spice/amazon/amazon.js index 251118bba7..1d51be1966 100644 --- a/share/spice/amazon/amazon.js +++ b/share/spice/amazon/amazon.js @@ -15,6 +15,7 @@ name: 'Products', data: items, allowMultipleCalls: true, + model: 'Product', meta: { itemType: 'Products', sourceName: 'Amazon', @@ -71,4 +72,4 @@ } }); } -}(this)); \ No newline at end of file +}(this));