mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[jellyfin] Make configuration link clickable in Main UI
See https://github.com/openhab/openhab-webui/pull/2996 Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
This commit is contained in:
parent
a1fc3632e6
commit
00ceafb28c
@ -97,7 +97,8 @@ public class JellyfinServerHandler extends BaseBridgeHandler {
|
||||
jellyApiClient.setBaseUrl(getServerUrl());
|
||||
if (config.token.isBlank() || config.userId.isBlank()) {
|
||||
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.CONFIGURATION_PENDING,
|
||||
"Navigate to <your local openhab url>/jellyfin/" + this.getThing().getUID().getId() + " to login.");
|
||||
"Navigate to http(s)://<YOUROPENHAB>:<YOURPORT>/jellyfin/" + this.getThing().getUID().getId()
|
||||
+ " to login.");
|
||||
return;
|
||||
}
|
||||
jellyApiClient.setAccessToken(config.token);
|
||||
|
Loading…
Reference in New Issue
Block a user