From 43ad10e7f31de5a5a381acf21f5634870cdd529c Mon Sep 17 00:00:00 2001 From: Chris Browet Date: Fri, 2 Jul 2021 10:08:55 +0200 Subject: [PATCH] BUMP: 1.0.6 --- README.md | 4 ++++ custom_components/jellyfin/manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 091f029..c91e7bb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Jellyfin integration for Home Assistant ## Changelog +### 1.0.6 + +- Fix exception when item is not playable + ### 1.0.5 - Fix IoT class diff --git a/custom_components/jellyfin/manifest.json b/custom_components/jellyfin/manifest.json index 5d5ab80..22d31c5 100644 --- a/custom_components/jellyfin/manifest.json +++ b/custom_components/jellyfin/manifest.json @@ -1,7 +1,7 @@ { "domain": "jellyfin", "name": "Jellyfin", - "version": "1.0.5", + "version": "1.0.6", "config_flow": true, "documentation": "https://github.com/koying/jellyfin_ha", "issue_tracker": "https://github.com/koying/jellyfin_ha/issues",