1
0
Fork 0

We just assume that the episode's length is an hour or so

This commit is contained in:
neingeist 2006-10-13 17:52:41 +00:00
parent 13b42783ef
commit 8b49dcb9bc

View file

@ -158,7 +158,7 @@ episodes = []
episode["length"] = head["content-length"] episode["length"] = head["content-length"]
episode["type"] = head["content-type"] episode["type"] = head["content-type"]
#FIXME # We just assume that the episode's length is an hour or so
episode["duration"] = "00:59:59" episode["duration"] = "00:59:59"
episodes.push(episode) episodes.push(episode)