This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex-legacy
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Fix movie search wrapper not returning the correct number of results
dev
David Ludwig
4 years ago
parent
79e7112968
commit
784c15f496
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
services/request/src/services/MovieSearch.ts
+ 1
- 1
services/request/src/services/MovieSearch.ts
View File
@ -80,7 +80,7 @@ export default class MovieSearch extends InternalService<Application>
ticketId
:
ticketMap
[
movie
.
tmdbId
]
?
?
null
}
)
,
totalPages
:
movies.totalPages
,
totalResults
:
movies.total
Page
s
totalResults
:
movies.total
Result
s
}
;
}
}
Write
Preview
Loading…
Cancel
Save