mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
Improve poster url quality
This commit is contained in:
parent
2e0a5910ca
commit
12f30bc42f
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ export function getMediaDetails<
|
|||
}
|
||||
|
||||
export function getMediaPoster(posterPath: string | null): string | undefined {
|
||||
if (posterPath) return `https://image.tmdb.org/t/p/w185/${posterPath}`;
|
||||
if (posterPath) return `https://image.tmdb.org/t/p/w342/${posterPath}`;
|
||||
}
|
||||
|
||||
export async function getEpisodes(
|
||||
|
|
|
|||
Loading…
Reference in a new issue