mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-20 05:16:45 +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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user