Changed the error message returned if something goes wrong when fetching playing
This commit is contained in:
@@ -51,7 +51,7 @@ class PlexRepository {
|
||||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
throw new Error(err);
|
||||
throw new Error('Error handling plex playing. Error: ' + err);
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user