@24i/bigscreen-sdk 1.0.54-alpha.2834 → 1.0.54-alpha.2835
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -250,12 +250,9 @@ export class DeviceSmartCast extends DeviceBase {
|
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
async getUserMetadata() {
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
} catch {
|
|
257
|
-
return null;
|
|
258
|
-
}
|
|
253
|
+
await this.checkAndLinkTv();
|
|
254
|
+
const result = await this.API!.Account.getUserMetadata();
|
|
255
|
+
return result?.data || null;
|
|
259
256
|
}
|
|
260
257
|
|
|
261
258
|
async getManufacturerName() {
|