Remote attachment content-disposition from xmltv tv. Using URL rather than file is recommended for xmltv setup, and the attachment disposition encourages using the file.

This commit is contained in:
vexorian 2021-02-28 23:15:13 -04:00
parent 415add6a06
commit b9365115aa

View File

@ -856,7 +856,6 @@ function api(db, channelDB, fillerDB, xmltvInterval, guideService, _m3uService,
res.set('Cache-Control', 'no-store')
res.type('application/xml');
res.attachment('xmltv.xml');
let xmltvSettings = db['xmltv-settings'].find()[0];