forked from jchomaz/Vulture
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
|
|
module.exports = {
|
||
|
|
allowCache: true,
|
||
|
|
dateRanges: [],
|
||
|
|
discontinuityStarts: [],
|
||
|
|
iFramePlaylists: [],
|
||
|
|
segments: []
|
||
|
|
};
|