- WIP support for Philips channel list format version 120

This commit is contained in:
Horst Beham
2023-11-03 17:40:43 +01:00
parent 6134eb3eb5
commit 7f8e73fd05
6 changed files with 158 additions and 29 deletions

View File

@@ -230,7 +230,7 @@ namespace ChanSort.Api
}
#endregion
#region ParseInt()
#region ParseLong()
protected long ParseLong(string input)
{
if (string.IsNullOrWhiteSpace(input))