diff --git a/jellyfin_kodi/helper/playutils.py b/jellyfin_kodi/helper/playutils.py index 8200604a..5b352d74 100644 --- a/jellyfin_kodi/helper/playutils.py +++ b/jellyfin_kodi/helper/playutils.py @@ -198,7 +198,7 @@ class PlayUtils(object): LOG.info("--[ direct play ]") self.direct_play(source) - elif source['SupportsDirectStream']: + elif source['SupportsDirectStream'] or source['SupportsDirectPlay']: LOG.info("--[ direct stream ]") self.direct_url(source)