mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-01 23:18:48 +00:00
Hotfix (#72)
* Fix external subtitles * Fix index error * Fix credentials encoding * Fix music var reference
This commit is contained in:
parent
c6b747cb04
commit
ea4059b6d0
5 changed files with 14 additions and 10 deletions
|
@ -490,7 +490,7 @@ class Music(Items):
|
|||
except TypeError:
|
||||
# No album found, create a single's album
|
||||
log.info("Failed to add album. Creating singles.")
|
||||
album_id = self.kodi_db.create_entry_album()
|
||||
albumid = self.kodi_db.create_entry_album()
|
||||
if self.kodi_version == 16:
|
||||
self.kodi_db.add_single(albumid, genre, year, "single")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue