- Philips ChannelMap\_30: fixed bug that caused favorite lists to be in wrong order

This commit is contained in:
Horst Beham
2021-04-11 21:02:10 +02:00
parent 2e22005fe1
commit fb4005c99b
2 changed files with 4 additions and 1 deletions

View File

@@ -1227,7 +1227,7 @@ namespace ChanSort.Loader.Philips
++order;
cmd.Parameters["@id"].Value = order;
cmd.Parameters["@channelId"].Value = ch.Id;
cmd.Parameters["@rank"].Value = order - 1;
cmd.Parameters["@rank"].Value = favPos;
cmd.ExecuteNonQuery();
}
}

View File

@@ -1,6 +1,9 @@
ChanSort Change Log
===================
2021-04-11_1900
- Philips ChannelMap\_30: fixed bug that caused favorite lists to be in wrong order
2021-04-11
- Philips: added support for ChannelMap\_30 format
- LG Web OS 5: fixed a bug that wrote wrong values for "audioPid" to the file (which had no effect on the TV's operation)