Files
ChanSort/ChanSort.Loader.Samsung/FavMode.cs
hbeham df4954437c - added config section for Samsung H series (identical to E and F series)
- fixed loading of reference lists, which didn't set the reference list specific channel numbers
- added function to copy over the Pr# to the channel numbers in all favorite lists
2014-06-10 19:53:38 +02:00

12 lines
152 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ChanSort.Loader.Samsung
{
class FavMode
{
}
}