This commit is contained in:
angelblue05 2016-01-29 23:14:59 -06:00
parent 3eba02d3a9
commit 2928fd175e
1 changed files with 1 additions and 1 deletions

View File

@ -2043,7 +2043,7 @@ class Music(Items):
except TypeError: except TypeError:
# No album found. Let's create it # No album found. Let's create it
emby_albumId = item['AlbumId'] emby_albumId = item['AlbumId']
album = emby.getItem(emby_albumId) album = self.emby.getItem(emby_albumId)
emby_dbalbum = emby_db.getItem_byId(emby_albumId) emby_dbalbum = emby_db.getItem_byId(emby_albumId)
try: try:
albumid = emby_dbalbum[0] albumid = emby_dbalbum[0]