Wrap MediaSession in browser support check, fixes #664

This commit is contained in:
James Barnsley
2020-12-01 21:30:28 +13:00
parent 107b6edee0
commit 7bedc5a6db
10 changed files with 11 additions and 11 deletions

View File

@ -106,8 +106,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1606724085";
var version = "3.55.0";
var build = "1606811372";
var version = "3.55.1";
// Construct the script tag
var js = document.createElement("script");