diff --git a/neinomat-radio-chaotica b/neinomat-radio-chaotica index 3d3652e..a9fd281 100755 --- a/neinomat-radio-chaotica +++ b/neinomat-radio-chaotica @@ -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)