Bugfix api/plex/playing #21 #23

Merged
KevinMidboe merged 5 commits from bugfix_api/plex/playing into master 2017-09-07 21:57:42 +00:00
Showing only changes of commit 0370f051bc - Show all commits

View File

@@ -51,7 +51,7 @@ class PlexRepository {
} }
}) })
.catch((err) => { .catch((err) => {
throw new Error(err); throw new Error('Error handling plex playing. Error: ' + err);
}) })
} }
} }