mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
more editor picks
This commit is contained in:
parent
760d9f13e3
commit
3a909eb314
1 changed files with 4 additions and 0 deletions
|
|
@ -117,6 +117,9 @@ const MOVIES_DATA: EditorPick[] = [
|
|||
{ id: 405774, type: "movie" }, // Bird Box
|
||||
{ id: 333339, type: "movie" }, // Ready Player One
|
||||
{ id: 16859, type: "movie" }, // Kiki's Delivery Service
|
||||
{ id: 1268, type: "movie" }, // Mr. Bean's Holiday
|
||||
{ id: 85, type: "movie" }, // Indiana Jones and the Raiders of the Lost Ark
|
||||
{ id: 530915, type: "movie" }, // 1917
|
||||
];
|
||||
|
||||
const TV_SHOWS_DATA: EditorPick[] = [
|
||||
|
|
@ -147,6 +150,7 @@ const TV_SHOWS_DATA: EditorPick[] = [
|
|||
{ id: 42009, type: "show" }, // Black Mirror
|
||||
{ id: 86831, type: "show" }, // Love, Death & Robots
|
||||
{ id: 261579, type: "show" }, // Secret Level
|
||||
{ id: 66573, type: "show" }, // The Good Place
|
||||
];
|
||||
|
||||
export const EDITOR_PICKS_MOVIES = shuffleArray(MOVIES_DATA);
|
||||
|
|
|
|||
Loading…
Reference in a new issue