Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/ombi-app/Ombi into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Apr 20, 2021
2 parents 61313ba + 70015e2 commit 43ce9af
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@
<div class="rating medium-font">
<span *ngIf="movie.voteAverage"
matTooltip="{{'MediaDetails.Votes' | translate }} {{movie.voteCount | thousandShort: 1}}">
<img class="rating-small" src="{{baseUrl}}images/tmdb-logo.svg"> {{movie.voteAverage | number:'1.0-1'}}/10
<img class="rating-small" src="{{baseUrl}}/images/tmdb-logo.svg"> {{movie.voteAverage | number:'1.0-1'}}/10
</span>
<span *ngIf="ratings?.critics_rating && ratings?.critics_score">
<img class="rating-small"
Expand Down Expand Up @@ -122,4 +122,4 @@
{{keyword.name}}
</mat-chip>
</mat-chip-list>
</div>
</div>

0 comments on commit 43ce9af

Please sign in to comment.