mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
fix typo
This commit is contained in:
parent
7831e835b4
commit
fa8e6e4bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
export type CommonMedia = {
|
||||
title: string;
|
||||
releaseYear: number;
|
||||
imbdId: string;
|
||||
imdbId: string;
|
||||
tmdbId: string;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue