Opps, start with then.
This commit is contained in:
@@ -53,7 +53,7 @@ class RequestRepository {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return Promise.resolve()
|
return Promise.resolve()
|
||||||
.catch(() => plexRepository.searchMedia(text))
|
.then(() => plexRepository.searchMedia(text))
|
||||||
// Get the list of plexItems matching the query passed.
|
// Get the list of plexItems matching the query passed.
|
||||||
.then((plexItem) => {
|
.then((plexItem) => {
|
||||||
let tmdbSearchResult = getTmdbResults();
|
let tmdbSearchResult = getTmdbResults();
|
||||||
|
|||||||
Reference in New Issue
Block a user