mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +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 = {
|
||||
releaseYear: 2010,
|
||||
title: "Sintel",
|
||||
tmdbId: "",
|
||||
tmdbId: "45745",
|
||||
type: "movie",
|
||||
poster: "https://image.tmdb.org/t/p/w342//4BMG9hk9NvSBeQvC82sVmVRK140.jpg",
|
||||
};
|
||||
|
||||
const testStreams: Record<StreamType, string> = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue