1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00
This commit is contained in:
Cooper Ransom 2024-03-14 22:15:09 -04:00
parent b138eda9b6
commit 8df60920f4

View file

@ -137,7 +137,7 @@ export function TopFlix() {
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} - Provided: ${successText}, Views: ${item.count}`}
{/*<img src={coverUrl} alt={item.title} />*/} {/* <img src={coverUrl} alt={item.title} /> */}
</ConfigValue> </ConfigValue>
); );
})} })}