From 402ee8fcb790be7af6449bad9eb345abd75aa771 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 19 Jan 2016 10:25:43 -0500 Subject: [PATCH] update components --- .../bower_components/emby-apiclient/connectionmanager.js | 1 + dashboard-ui/strings/javascript/javascript.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/bower_components/emby-apiclient/connectionmanager.js b/dashboard-ui/bower_components/emby-apiclient/connectionmanager.js index e1de391585..a9ee9c627b 100644 --- a/dashboard-ui/bower_components/emby-apiclient/connectionmanager.js +++ b/dashboard-ui/bower_components/emby-apiclient/connectionmanager.js @@ -420,6 +420,7 @@ saveUserInfoIntoCredentials(server, result.User); credentialProvider.credentials(credentials); + apiClient.serverInfo(server); afterConnected(apiClient, options); onLocalUserSignIn(server, server.LastConnectionMode, result.User); diff --git a/dashboard-ui/strings/javascript/javascript.json b/dashboard-ui/strings/javascript/javascript.json index 7ac9a44238..4801adcb2a 100644 --- a/dashboard-ui/strings/javascript/javascript.json +++ b/dashboard-ui/strings/javascript/javascript.json @@ -899,7 +899,7 @@ "ButtonNo": "No", "ButtonRestorePreviousPurchase": "Restore Purchase", "AlreadyPaid": "Already Paid?", - "AlreadyPaidHelp1": "If you already paid to install an older version of Media Browser for Android, you don't need to pay again in order to activate this app. Send us an email at {0} and we'll get it activated for you.", + "AlreadyPaidHelp1": "If you already paid to install an older version of Media Browser for Android, you don't need to pay again in order to activate this app. Click OK to send us an email at {0} and we'll get it activated for you.", "AlreadyPaidHelp2": "Got Emby Premiere? Just cancel this dialog, sign into the app from within your home WIFI network, and it will be unlocked automatically.", "ButtonForYou": "For You", "ButtonLibrary": "Library",