butter-desktop icon indicating copy to clipboard operation
butter-desktop copied to clipboard

watchlist is broken

Open vankasteelj opened this issue 7 years ago • 3 comments

'Loaded' event is never triggered.

vankasteelj avatar Dec 20 '16 10:12 vankasteelj

wathclist_collection.js:

        fetch: function () {
            return App.Providers.get('Watchlist').fetch().then(function (items) {
                for (var i in items.results) {
                    items.results[i].providers = {
                        torrents: null,
                        metadata: null
                    };
                }
                this.add(items.results);
                this.state = 'loaded';
                this.trigger('loaded', this, this.state);
            }.bind(this));
        },

@xaiki please make a proper fix

vankasteelj avatar Dec 20 '16 10:12 vankasteelj

is it fixed? @vankasteelj did you manage to fix that issue? i still can't watch series from my watchlist.

gabrielbiel7 avatar Jan 08 '18 01:01 gabrielbiel7

It was a year ago, I don't remember. Have you tried using the snippet above in your file?

vankasteelj avatar Jan 08 '18 20:01 vankasteelj