mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-05-07 20:35:51 +02:00
- added Turkish translation (thanks to Ali Haykir)
- Philips: combined DVB-C and DVB-T into a single list with a common number domain - added exprimental support for Samsung "iptv" list - added Suiss reference lists with Astra 19.2E + Hotbird 13.0E channels - fixed "System.ArgumentOutOfRangeException..." when opening a file which supports mixed-source favorite lists (Sony, Philips, Hisense, ...) - System requirements changed: .NET Framework 4.8 - added high-DPI support - added Accessibility menu options to change the UI font size
This commit is contained in:
@@ -79,7 +79,7 @@ namespace ChanSort.Api
|
||||
/// <summary>
|
||||
/// A proxy channel is inserted into the current channel list when there was no match for a reference list channel
|
||||
/// </summary>
|
||||
public bool IsProxy => this.RecordIndex < 0;
|
||||
public bool IsProxy => this.RecordIndex == -1;
|
||||
|
||||
/// <summary>
|
||||
/// arbitrary information that can be shown in a UI column to assist in analyzing a file format while coding a plugin
|
||||
|
||||
Reference in New Issue
Block a user