Skip to content

Commit 7a59e26

Browse files
author
dularion
committed
fixed wrong hasKey variable, actually hasMovieDBKey
1 parent 83dabb9 commit 7a59e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/assets/javascripts/streama/templates/admin-show.tpl.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h1>
115115
<div ng-show="!showLoading">
116116

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

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

0 commit comments

Comments
 (0)