Add existing series shows a loading message

Fixed: Message to tell users series are being loaded from trakt
This commit is contained in:
Mark McDowall 2014-02-19 22:02:11 -08:00
parent d703bc8dc5
commit d51517d60c
5 changed files with 27 additions and 3 deletions

View file

@ -71,7 +71,6 @@ define(
},
onShow: function () {
this.searchResult.show(this.resultCollectionView);
this.ui.seriesSearch.focus();
},