export interface EpisodeInfo {
    readonly imdb: string;
    readonly tvdb: string;
    readonly title: string;
    readonly epnum: string;
    readonly seasonnum: string;
}
