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
Add ticket ID to converted ticket objects in request service
dev
David Ludwig
4 years ago
parent
a4b877e9af
commit
4bf6b559d4
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
services/request/src/utils.ts
+ 2
- 1
services/request/src/utils.ts
View File
@ -18,6 +18,7 @@ export async function convertTicketsToMovies(tickets: MovieTicket[]) {
releaseDate
:
ticket.info?.releaseDate
?
?
null
,
title
:
ticket.title
,
plexLink
:
plexLinks
[
ticket
.
tmdbId
]
,
tmdbId
:
ticket.tmdbId
tmdbId
:
ticket.tmdbId
,
ticketId
:
ticket.id
}
)
;
}
Write
Preview
Loading…
Cancel
Save