mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-14 03:12:04 +01:00
- Philips ChannelMap\_30: fixed bug that caused favorite lists to be in wrong order
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user