<item-type>Number:Time</item-type>
<label>Current Time</label>
<description>Current time of currently playing media</description>
- <state readOnly="true" pattern="%d %unit%"/>
+ <state readOnly="true" pattern="%.0f %unit%"/>
</channel-type>
<channel-type id="duration" advanced="true">
<item-type>Number:Time</item-type>
<label>Duration</label>
<description>Length of currently playing media</description>
- <state readOnly="true" pattern="%d %unit%"/>
+ <state readOnly="true" pattern="%.0f %unit%"/>
</channel-type>
<!-- Metadata Information -->