Merge pull request #352 from oddstr13/pr-scan-fast-and-break-things-2

Use libraries rather than home-screen views
This commit is contained in:
mcarlton00 2020-08-06 17:49:59 -04:00 committed by GitHub
commit 3ddd88943d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -166,7 +166,7 @@ class Views(object):
def get_libraries(self): def get_libraries(self):
try: try:
libraries = self.server.jellyfin.get_views()['Items'] libraries = self.server.jellyfin.get_media_folders()['Items']
except Exception as error: except Exception as error:
LOG.exception(error) LOG.exception(error)
raise IndexError("Unable to retrieve libraries: %s" % error) raise IndexError("Unable to retrieve libraries: %s" % error)