1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Indexer settings overhaul, reviewed settings tooltips

This commit is contained in:
Mark McDowall
2013-07-04 21:52:20 -07:00
parent d60b863e14
commit 5baf2e09c4
24 changed files with 132 additions and 55 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ define(
this.qualitySizeCollection.fetch();
},
onRender: function () {
onShow: function () {
this.qualityProfile.show(new QualityProfileCollectionView({collection: QualityProfileCollection}));
this.qualitySize.show(new QualitySizeCollectionView({collection: this.qualitySizeCollection}));
}