neingeist
/
neinomaten
Archived
1
0
Fork 0

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

master
neingeist 18 years ago
parent 13b42783ef
commit 8b49dcb9bc

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