public FavouriteContentProvider(string host) { _host = host; _contents = new List <IPluginContent>(); _lastupd = DateTime.Today.AddDays(-1); _epg = new EpgContentProvider(this, host); _local = new LocalFileContentProvider(this); _youtube = new YoutubeContentProvider(this, host); _torrent = new TorrentContentProvider(this); }
public FavouriteContentProvider(string host) { _host = host; _contents = new List<IPluginContent>(); _lastupd = DateTime.Today.AddDays(-1); _epg = new EpgContentProvider(this, host); _local = new LocalFileContentProvider(this); _youtube = new YoutubeContentProvider(this, host); _torrent = new TorrentContentProvider(this); }