Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some error in control.html #10

Open
uknunknown opened this issue Mar 29, 2022 · 1 comment
Open

some error in control.html #10

uknunknown opened this issue Mar 29, 2022 · 1 comment

Comments

@uknunknown
Copy link

Hi,

I think there is an error in control.html:

				<!-- Channel Arrows -->
				<path d="M 140,470 160,450 180,470 z" fill="white" stroke="gray" onclick="clickedOp('{{ d.id }}','KEY_UP');"/>
				<path d="M 140,530 160,550 180,530 z" fill="white" stroke="gray" onclick="clickedOp('{{ d.id }}','KEY_UP');"/>

should be replaced with:

				<!-- Channel Arrows -->
				<path d="M 140,470 160,450 180,470 z" fill="white" stroke="gray" onclick="clickedOp('{{ d.id }}','KEY_CHANNELUP');"/>
				<path d="M 140,530 160,550 180,530 z" fill="white" stroke="gray" onclick="clickedOp('{{ d.id }}','KEY_CHANNELDOWN');"/>

Thank you,
Alin

@slimjim777
Copy link
Owner

Thanks @alingherghescu. This project hasn't been maintained in quite some time. Are you able to create a pull request for this change? If so, I'll approve and merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants