mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Some small fixes, and more automation tests to cover the breaking scenario from earlier
This commit is contained in:
parent
cb3916f773
commit
9109350f2e
8 changed files with 233 additions and 147 deletions
|
@ -1,7 +1,10 @@
|
|||
import { EpisodeRequestModal } from "./EpisodeRequestModal";
|
||||
|
||||
export class DiscoverCard {
|
||||
private id: string;
|
||||
private movie: boolean;
|
||||
|
||||
episodeRequestModal = new EpisodeRequestModal();
|
||||
constructor(id: string, movie: boolean) {
|
||||
this.id = id;
|
||||
this.movie = movie;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue