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:
parent
415add6a06
commit
b9365115aa
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user