mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
fix(details): 🐛 Fixed the missing Play on Media server button for 4k content #4529
This commit is contained in:
parent
7e9f54fc80
commit
68600f3b45
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
<!--Next to poster-->
|
||||
<div class="details-button-container">
|
||||
<div class="col-12 media-row">
|
||||
<span *ngIf="movie.available">
|
||||
<span *ngIf="movie.available || movie.available4K">
|
||||
<a id="viewOnPlexButton" *ngIf="movie.plexUrl" href="{{movie.plexUrl}}" mat-raised-button target="_blank" class="btn-spacing viewon-btn plex">
|
||||
{{'Search.ViewOnPlex' | translate}}
|
||||
<i class="far fa-play-circle fa-2x"></i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue