|
|
@ -16,8 +16,8 @@ export default class SeekerIpcClient extends IpcClient |
|
|
|
* Notify Seeker that a movie was added |
|
|
|
*/ |
|
|
|
public notifyMovieRequested(ticketId: number) { |
|
|
|
this.request("search_movie", ticketId).catch((e) => { |
|
|
|
this.log("No response from seeker notifying added movie"); |
|
|
|
this.request("movie_ticket_added", ticketId).catch((e) => { |
|
|
|
this.log("No response from seeker notifying added movie", e); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |