Update mapple/mapple.js
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user