Testing #82

Merged
KevinMidboe merged 8 commits from testing into master 2018-02-07 13:41:06 +00:00
Showing only changes of commit 952fe7220e - Show all commits

View File

@@ -33,7 +33,7 @@ class AdminComponent extends React.Component {
fetchJSON('https://apollo.kevinmidboe.com/api/v1/plex/requests/all', 'GET') fetchJSON('https://apollo.kevinmidboe.com/api/v1/plex/requests/all', 'GET')
.then(result => { .then(result => {
this.setState({ this.setState({
requested_objects: result.requestedItems.reverse() requested_objects: result.results.reverse()
}) })
}) })
} }