fixed up so DB will work for photos, need to do that in batch mode once per photo though -- for another day

This commit is contained in:
2021-01-10 21:00:26 +11:00
parent c3debb3425
commit e0400ff321
2 changed files with 7 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
<a href="{{symlink}}/{{obj.name}}"><img width="128" height="128" src="data:image/jpeg;base64,{{obj.thumbnail}}"></img></a>
{% endif %}
{{obj.name}}
</td></td><td>{{obj.size_MB}}</td><td>{{obj.hash}}</tr>
</td></td><td>{{obj.size_mb}}</td><td>{{obj.hash}}</tr>
{% endfor %}
</tbody></table>
</div class="row">