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

Merge pull request #135 from deathbybandaid/dev

Catch last channel entries on page
This commit is contained in:
Deathbybandaid 2021-01-17 11:42:26 -05:00 committed by GitHub
commit af9fbe97b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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