mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
This is not goin well
This commit is contained in:
parent
8df60920f4
commit
d85c2cbf87
1 changed files with 3 additions and 1 deletions
|
@ -136,7 +136,9 @@ export function TopFlix() {
|
||||||
const coverUrl = getMediaPoster(item.tmdbFullId);
|
const coverUrl = getMediaPoster(item.tmdbFullId);
|
||||||
return (
|
return (
|
||||||
<ConfigValue key={item.tmdbFullId} name={item.title}>
|
<ConfigValue key={item.tmdbFullId} name={item.title}>
|
||||||
{`${item.providerId} - Provided: ${successText}, Views: ${item.count}`}
|
{`${item.providerId} - Views: `}
|
||||||
|
<strong>{item.count}</strong>
|
||||||
|
{`, Provided: ${successText}`}
|
||||||
{/* <img src={coverUrl} alt={item.title} /> */}
|
{/* <img src={coverUrl} alt={item.title} /> */}
|
||||||
</ConfigValue>
|
</ConfigValue>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue