diff --git a/mopidy_tidal/library.py b/mopidy_tidal/library.py index fb651cb..7bd9f3d 100755 --- a/mopidy_tidal/library.py +++ b/mopidy_tidal/library.py @@ -122,7 +122,7 @@ def _get_images(self, uri) -> List[Image]: def __call__(self, uri: str) -> Tuple[str, List[Image]]: parts = uri.split(":") item_type = parts[1] - if item_type not in ["artist", "album", "playlist"]: + if item_type not in ["artist", "album", "playlist", "mix"]: logger.debug("URI %s type has no image getters", uri) return uri, [] try: