Changeset 308

Show
Ignore:
Timestamp:
03/07/06 09:47:37
Author:
wreutz
Message:

updated mediacoopaudio_item.pt to reflect the latest fixes from Volodymyr on ataudio_item.pt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qRSS2Syndication/branches/itunes-atvideo-support/skins/qrss2syndication/mediacoopaudio_item.pt

    r307 r308  
    55     xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" > 
    66<metal:block define-macro="item"> 
    7    <tal:define define="item_size item/getFileSize | python: 0; 
     7   <tal:define define="item_size res/getFileSize | python: 0; 
    88                       content_type  res/getMimeType;"> 
    99           <enclosure  
     
    1212                               length item_size"/> 
    1313          <tal:block condition="itunesEnabled"> 
    14                        <itunes:duration tal:content="res/getLengthString"></itunes:duration> 
     14               <itunes:duration tal:content="res/getLengthString"></itunes:duration> 
    1515          </tal:block> 
    1616  </tal:define>