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

@ -3,7 +3,7 @@ import pathlib
from mopidy import config, ext
__version__ = "3.55.0"
__version__ = "3.55.1"
logger = logging.getLogger(__name__)