Skip to content

Commit

Permalink
allow adding of genre to custom movies & tvShows #1054
Browse files Browse the repository at this point in the history
  • Loading branch information
dularion authored and Antonia Engfors committed Oct 29, 2023
1 parent 1fb9cf9 commit a2e486f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -87,7 +87,7 @@
</div>
</div>

<div ng-hide="addManually">
<div>
<div class="form-group">
<div class="col-sm-12">
<label>Genre</label>
Expand Down
Expand Up @@ -78,7 +78,7 @@
</div>
</div>

<div ng-hide="tvShow.manualInput">
<div>
<div class="form-group">
<div class="col-sm-12">
<label>Genre</label>
Expand Down

0 comments on commit a2e486f

Please sign in to comment.