mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-28 01:00:43 +01:00
- Panasonic LS500/LX700 idtvChannel.bin loader now uses .ini file based mapping instead of hardcoded structure to support different binary file layouts
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.Data.Sqlite;
|
||||
using ChanSort.Api;
|
||||
|
||||
@@ -142,7 +141,7 @@ namespace ChanSort.Loader.VisionEdge4K
|
||||
private void ReadChannels(SqliteCommand cmd)
|
||||
{
|
||||
int ixP = 0;
|
||||
int ixST = ixP + 12;
|
||||
int ixST = 12;
|
||||
|
||||
cmd.CommandText = @"
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user