reference list management redesigned

This commit is contained in:
hbeham
2013-04-03 23:26:09 +02:00
parent 1cb8389d7a
commit c6e0a60e70
16 changed files with 274 additions and 213 deletions

View File

@@ -63,8 +63,8 @@ from channel c inner join chanseq s on s.listid=c.listid and s.slot=c.slot
if (this.dvbsBlockSize == 0)
return;
var list = this.DataRoot.GetChannelList(SignalSource.DvbS, SignalType.Tv, false);
if (list == null)
var list = this.DataRoot.GetChannelList(SignalSource.DvbS|SignalSource.Tv);
if (list == null || list.Count == 0)
return;
using (var conn = SqlClientFactory.Instance.CreateConnection())