Program description is %d not %c

Added %e (error message) to table too
This commit is contained in:
Mattias Wadman 2010-09-06 10:30:46 +00:00
parent 2ac3be21a3
commit 322787a86c

View file

@ -67,7 +67,8 @@
<tr><td>%c</td><td>Channel name</td><td>BBC world</td></tr>
<tr><td>%C</td><td>Who created this recording</td><td>user</td></tr>
<tr><td>%t</td><td>Program title</td><td>News</td></tr>
<tr><td>%c</td><td>Program description</td><td>News and stories...</td></tr>
<tr><td>%d</td><td>Program description</td><td>News and stories...</td></tr>
<tr><td>%e</td><td>Error message</td><td>Aborted by user</td></tr>
<tr><td>%S</td><td>Start time stamp of recording, UNIX epoch</td><td>1224421200</td></tr>
<tr><td>%E</td><td>Stop time stamp of recording, UNIX epoch</td><td>1224426600</td></tr>
</table>