Fix generator name in xmltv
This commit is contained in:
parent
0ad1b16369
commit
7b174e95a7
@ -51,7 +51,7 @@ function writePromise(json, xmlSettings, throttle, cacheImageService) {
|
||||
function _writeDocStart(xw) {
|
||||
xw.startDocument()
|
||||
xw.startElement('tv')
|
||||
xw.writeAttribute('generator-info-name', 'psuedotv-plex')
|
||||
xw.writeAttribute('generator-info-name', 'dizquetv')
|
||||
}
|
||||
function _writeDocEnd(xw, ws) {
|
||||
xw.endElement()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user