Exemplo n.º 1
0
        protected override void CopyProperties()
        {
            base.CopyProperties();

            this.periodsSource.Edit(periods =>
            {
                periods.Clear();
                periods.AddRange(this.Season.Periods);
            });

            this.WatchStatus    = this.Season.WatchStatus;
            this.ReleaseStatus  = this.Season.ReleaseStatus;
            this.Channel        = this.Season.Channel;
            this.SequenceNumber = this.Season.SequenceNumber;

            this.SetCurrentPosterIndexToFirst();
        }
Exemplo n.º 2
0
 protected override void CopyProperties()
 => this.titlesSource.Edit(titles =>
 {
     titles.Clear();
     titles.AddRange(this.ItemTitles);
 });