mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-02-26 16:20:43 +01:00
- Sony Android (E-Format) now supports independent favorite list ordering
- fixed issue when saving Sony Android list with high program numbers (causing negative int32 values due to bit shift) - for unknown DVB service types the UI now shows the number instead of an empty string - loaders are now setting the OldFavIndex (to be consistent with the use OldProgramNr) - Form shows full file path in title bar - no longer defaulting to "swap" mode when opening a file and using "current order" - show "Source" column in the left list when editing a mixed source favorite list
This commit is contained in:
@@ -422,7 +422,7 @@ namespace ChanSort.Loader.Hisense
|
||||
var id = ((long) r.GetInt32(0) << 32) | (uint) r.GetInt32(1);
|
||||
var ci = this.channelsById.TryGet(id);
|
||||
if (ci != null)
|
||||
ci.FavIndex[i - 1] = int.Parse(r.GetString(2));
|
||||
ci.OldFavIndex[i - 1] = int.Parse(r.GetString(2));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user