1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

fixed fast loading when collection is already fetched.

This commit is contained in:
Keivan Beigi
2013-06-28 16:25:00 -07:00
parent a5d122c112
commit 54d2da95ed
+1
View File
@@ -145,6 +145,7 @@ define(
onShow: function () { onShow: function () {
this._renderView();
this._fetchCollection(); this._fetchCollection();
this._showToolbar(); this._showToolbar();
}, },