1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-10-30 23:42:33 +01:00

Stop double fecthing the collection on first load of series page

This commit is contained in:
Mark McDowall 2013-12-03 17:51:40 -08:00
parent 7ebc9e3980
commit 693dd8f622

View File

@ -171,7 +171,6 @@ define(
onShow: function () {
this._showToolbar();
this._renderView();
this._fetchCollection();
},
_fetchCollection: function () {