mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 05:02:24 +00:00
update sintel meta
This commit is contained in:
parent
dacff177ec
commit
a9ff5cb168
1 changed files with 2 additions and 1 deletions
|
|
@ -13,8 +13,9 @@ import { SourceSliceSource, StreamType } from "@/stores/player/utils/qualities";
|
||||||
const testMeta: PlayerMeta = {
|
const testMeta: PlayerMeta = {
|
||||||
releaseYear: 2010,
|
releaseYear: 2010,
|
||||||
title: "Sintel",
|
title: "Sintel",
|
||||||
tmdbId: "",
|
tmdbId: "45745",
|
||||||
type: "movie",
|
type: "movie",
|
||||||
|
poster: "https://image.tmdb.org/t/p/w342//4BMG9hk9NvSBeQvC82sVmVRK140.jpg",
|
||||||
};
|
};
|
||||||
|
|
||||||
const testStreams: Record<StreamType, string> = {
|
const testStreams: Record<StreamType, string> = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue