BUMP: 1.0.7

This commit is contained in:
Chris Browet 2021-07-31 19:55:18 +02:00
parent 0bd8c1a85d
commit dc7c37dde1
2 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,10 @@ Jellyfin integration for Home Assistant
## Changelog
### 1.0.7
- Fix error handling
### 1.0.6
- Fix exception when item is not playable

View file

@ -1,7 +1,7 @@
{
"domain": "jellyfin",
"name": "Jellyfin",
"version": "1.0.6",
"version": "1.0.7",
"config_flow": true,
"documentation": "https://github.com/koying/jellyfin_ha",
"issue_tracker": "https://github.com/koying/jellyfin_ha/issues",