mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-22 05:36:32 +01:00
Update mapple/mapple.js
This commit is contained in:
parent
121c035300
commit
8c1f1d7178
1 changed files with 2 additions and 2 deletions
|
|
@ -105,8 +105,8 @@ async function extractDetails(url) {
|
|||
|
||||
const transformedResults = [{
|
||||
description: data.overview || 'No description available',
|
||||
aliases: `Duration: ${data.runtime ? data.runtime + " minutes" : 'Unknown'}`,
|
||||
airdate: `Released: ${data.release_date ? data.release_date : 'Unknown'}`
|
||||
aliases: `If stream fails try again!`,
|
||||
airdate: `If stream fails try again!`
|
||||
}];
|
||||
|
||||
return JSON.stringify(transformedResults);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue