Skip to content

Commit

Permalink
fixed wrong hasKey variable, actually hasMovieDBKey
Browse files Browse the repository at this point in the history
  • Loading branch information
dularion committed Jan 17, 2017
1 parent 83dabb9 commit 7a59e26
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -115,7 +115,7 @@ <h1>
<div ng-show="!showLoading">

<button class="btn btn-primary" ng-click="addNewEpisode()">Add New Episode Manually</button>
<button class="btn btn-primary" ng-click="fetchEpisodes()" ng-if="!show.manualInput" ng-show="hasKey">Fetch Episodes</button>
<button class="btn btn-primary" ng-click="fetchEpisodes()" ng-if="!show.manualInput" ng-show="hasMovieDBKey">Fetch Episodes</button>

<div ng-if="!seasons" class="no-episodes-yet">No Episodes yet</div>

Expand Down

0 comments on commit 7a59e26

Please sign in to comment.