mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
fixed UpdateFields in basic repository.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace NzbDrone.Core.Tv
|
||||
|
||||
public void SetSeriesType(int seriesId, SeriesTypes seriesType)
|
||||
{
|
||||
UpdateFields(new Series { Id = seriesId, SeriesType = seriesType }, s => s.SeriesType);
|
||||
SetFields(new Series { Id = seriesId, SeriesType = seriesType }, s => s.SeriesType);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user