mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 22:16:37 +00:00
Switch to a more human-friendly target schedule format
This commit is contained in:
parent
4df84b37cf
commit
7d98855272
@ -95,7 +95,7 @@
|
||||
</tr>
|
||||
<tr title="When the source should be next checked for available media">
|
||||
<td class="hide-on-small-only">Target schedule</td>
|
||||
<td><span class="hide-on-med-and-up">Target schedule<br></span><strong>{% if source.target_schedule %}{{ source.target_schedule|date:'Y-m-d H:i:s' }}{% else %}Not set{% endif %}</strong></td>
|
||||
<td><span class="hide-on-med-and-up">Target schedule<br></span><strong>{% if source.target_schedule %}{{ source.target_schedule|date:'l, h:00 A (c)' }}{% else %}Not set{% endif %}</strong></td>
|
||||
</tr>
|
||||
<tr title="Quality and type of media the source will attempt to sync">
|
||||
<td class="hide-on-small-only">Source resolution</td>
|
||||
|
Loading…
Reference in New Issue
Block a user