Opened 11 years ago
Closed 10 years ago
Last modified 8 years ago
#11887 closed Bug Report - General (Won't Fix)
Cannot change channel configuration in MythWeb
Reported by: | Owned by: | Rob Smith | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Plugin - MythWeb | Version: | 0.26.1 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
When I try to change the channel configuration in MythWeb I always get the attached error and the changes are not stored.
Attachments (2)
Change History (5)
Changed 11 years ago by
Attachment: | version.txt added |
---|
comment:1 Changed 11 years ago by
Do not know much about how MythWeb works but the following patch works for me and seems to fit to the channel configuration with the desktop front end:
--- set_channels.php 2013-10-03 12:16:13.421674721 +0200 +++ set_channels.php.orig 2013-10-03 12:15:15.946286213 +0200 @@ -33,7 +33,7 @@ visible = ?'; $query_params[] = $data['xmltvid']; $query_params[] = $data['freqid']; - $query_params[] = empty($data['finetune']) ? null : $data['finetune']; + $query_params[] = $data['finetune']; $query_params[] = $data['videofilters']; $query_params[] = $data['brightness']; $query_params[] = $data['contrast'];
comment:2 Changed 10 years ago by
Resolution: | → Won't Fix |
---|---|
Status: | new → closed |
Given Mythweb is EOL, I'm closing new features. This should be done via the backend webserver now.
Note: See
TracTickets for help on using
tickets.
Version information