mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-28 10:09:02 +01:00
- rewrote LG data file cleanup. Now it complete rewrites the DVB-S channel information
- fixed opening editor when typing on keyboard - persisting more user settings
This commit is contained in:
@@ -22,6 +22,7 @@ namespace ChanSort.Loader.LG
|
||||
Transponder transponder = dataRoot.Transponder.TryGet(transponderIndex);
|
||||
Satellite sat = transponder.Satellite;
|
||||
|
||||
this.Transponder = transponder;
|
||||
this.Satellite = sat.Name;
|
||||
this.SatPosition = sat.OrbitalPosition;
|
||||
this.RecordOrder = order;
|
||||
|
||||
Reference in New Issue
Block a user