mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-15 17:52:25 +02:00
Remove fluent-ffmpeg dependency
This commit is contained in:
@ -37,7 +37,7 @@ function generateXML(data) {
|
||||
var channel = [];
|
||||
channel.push({ title: { _cdata: data.title } });
|
||||
channel.push({ description: { _cdata: data.description || data.title } });
|
||||
channel.push({ link: data.site_url || 'http://github.com/dylang/node-rss' });
|
||||
channel.push({ link: data.site_url || 'https://github.com/advplyr/audiobookshelf' });
|
||||
// image_url set?
|
||||
if (data.image_url) {
|
||||
channel.push({ image: [{ url: data.image_url }, { title: data.title }, { link: data.site_url }] });
|
||||
|
Reference in New Issue
Block a user