mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Stop double fecthing the collection on first load of series page
This commit is contained in:
parent
7ebc9e3980
commit
693dd8f622
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ define(
|
||||||
onShow: function () {
|
onShow: function () {
|
||||||
this._showToolbar();
|
this._showToolbar();
|
||||||
this._renderView();
|
this._renderView();
|
||||||
this._fetchCollection();
|
|
||||||
},
|
},
|
||||||
|
|
||||||
_fetchCollection: function () {
|
_fetchCollection: function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue