Api cache #51

Merged
KevinMidboe merged 18 commits from api_cache into master 2017-10-22 16:19:37 +00:00
Showing only changes of commit 0e70a10cc2 - Show all commits

View File

@@ -53,7 +53,7 @@ class RequestRepository {
}
return Promise.resolve()
.catch(() => plexRepository.searchMedia(text))
.then(() => plexRepository.searchMedia(text))
// Get the list of plexItems matching the query passed.
.then((plexItem) => {
let tmdbSearchResult = getTmdbResults();