Update tvtv.us.config.js
This commit is contained in:
@@ -23,11 +23,6 @@ module.exports = {
|
||||
category: parseCategory(item),
|
||||
season: parseSeason(item),
|
||||
episode: parseEpisode(item),
|
||||
rating: [{
|
||||
system: parseRatingSystem(item),
|
||||
value: parseRatingValue(item),
|
||||
icon: ''
|
||||
}],
|
||||
directors: parseDirectors(item),
|
||||
actors: parseActors(item),
|
||||
date: parseDate(item),
|
||||
@@ -138,14 +133,6 @@ function parseDate(item) {
|
||||
return item.program.origAirDate
|
||||
}
|
||||
|
||||
function parseRatingSystem(item) {
|
||||
return item.program.ratings.body
|
||||
}
|
||||
|
||||
function parseRatingValue(item) {
|
||||
return item.program.ratings.code
|
||||
}
|
||||
|
||||
function parseActors(item) {
|
||||
return item.program.topCast || []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user