Update amazon.ts

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-09 16:35:25 +09:00 committed by GitHub
parent e4c48c626e
commit 1f496d66bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ export async function summarize(url: URL.Url): Promise<summary> {
icon: 'https://www.amazon.com/favicon.ico',
description: description || null,
thumbnail: thumbnail || null,
player: null,
sitename: 'Amazon'
};
}