We just assume that the episode's length is an hour or so
This commit is contained in:
		
							parent
							
								
									13b42783ef
								
							
						
					
					
						commit
						8b49dcb9bc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue