pull/3954/head
tidusjar 4 years ago
parent 6a062d5c40
commit b888a51b5b

@ -71,7 +71,7 @@
</mat-form-field>
<small>
<span *ngIf="server.serverHostname">Current URL: "{{server.serverHostname}}/#!/itemdetails.html?id=1"</span>
<span *ngIf="!server.serverHostname">Current URL: "https://app.jellyfin.media/#!/itemdetails.html?id=1</span>
<span *ngIf="!server.serverHostname">Current URL: "{{server.ssl ? "https://" : "http://"}}{{server.ip}}:{{server.port}}/"</span>
</small>
</div>

@ -15,6 +15,7 @@ export class JellyfinComponent implements OnInit {
public hasDiscoveredOrDirty: boolean;
selected = new FormControl(0);
constructor(private settingsService: SettingsService,
private notificationService: NotificationService,
private testerService: TesterService,

Loading…
Cancel
Save