1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 04:26:57 -05:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Deathbybandaid
af9fbe97b9
Merge pull request #135 from deathbybandaid/dev
Catch last channel entries on page
2021-01-17 11:42:26 -05:00
deathbybandaid
a36b9e8143 Catch last channel entries on page 2021-01-17 11:40:35 -05:00

View File

@ -93,5 +93,7 @@
{% endfor %}
</tbody>
</table>
<input type="hidden" name="id" class="channels" value="dummy">
<input type="hidden" class="reset" name="id" value="dummy">
</div>
{% endblock %}