Invalid path

This commit is contained in:
SpootDev 2016-04-15 15:01:12 -05:00
parent 881c693c39
commit accc452f4c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class Read_EmbyServer():
# This will return the full item
item = {}
result = self.doUtils("{server}/metaman/Users/{UserId}/Items/%s?format=json" % itemid)
result = self.doUtils("{server}/emby/Users/{UserId}/Items/%s?format=json" % itemid)
if result:
item = result