|
|
@ -111,15 +111,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<div *ngIf="result.available">
|
|
|
|
<div *ngIf="result.available">
|
|
|
|
<a *ngIf="result.plexUrl" style="text-align: right" class="btn btn-sm btn-success-outline" href="{{result.plexUrl}}"
|
|
|
|
<a *ngIf="result.plexUrl" style="text-align: right" class="btn btn-sm btn-success-outline" href="{{result.plexUrl}}" target="_blank"><i class="fa fa-eye"></i> {{'Search.ViewOnPlex' | translate}}</a>
|
|
|
|
target="_blank"><i class="fa fa-eye"></i> View On Plex</a>
|
|
|
|
<a *ngIf="result.embyUrl" style="text-align: right" id="embybtn" class="btn btn-sm btn-success-outline" href="{{result.embyUrl}}" target="_blank"><i class="fa fa-eye"></i> {{'Search.ViewOnEmby' | translate}}</a>
|
|
|
|
<a *ngIf="result.embyUrl" style="text-align: right" id="embybtn" class="btn btn-sm btn-success-outline"
|
|
|
|
|
|
|
|
href="{{result.embyUrl}}" target="_blank"><i class="fa fa-eye"></i> View On Emby</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="dropdown" *ngIf="result.available && issueCategories && issuesEnabled">
|
|
|
|
<div class="dropdown" *ngIf="result.available && issueCategories && issuesEnabled">
|
|
|
|
<button class="btn btn-sm btn-primary-outline dropdown-toggle" type="button" data-toggle="dropdown"
|
|
|
|
<button class="btn btn-sm btn-primary-outline dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
|
|
|
|
aria-haspopup="true" aria-expanded="true">
|
|
|
|
<i class="fa fa-plus"></i> {{'Request.ReportIssue' | translate}}
|
|
|
|
<i class="fa fa-plus"></i> Report Issue
|
|
|
|
|
|
|
|
<span class="caret"></span>
|
|
|
|
<span class="caret"></span>
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
|
|
|
|
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
|
|
|
|