mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Cleaned up some tests
This commit is contained in:
parent
81e155ae42
commit
9c7355f3fb
14 changed files with 156 additions and 62 deletions
|
@ -31,7 +31,7 @@ namespace NzbDrone.Core.Providers
|
|||
if (_sonicRepo.Exists<Season>(s => s.SeasonId == seasonId))
|
||||
return;
|
||||
//TODO: Calculate Season Folder
|
||||
Logger.Debug("Creating Season. SeriesID:{0} SeasonID:{1} SeasonNumber:{2} Folder:{3}", seriesId, seasonId, seasonNumber, string.Empty);
|
||||
Logger.Debug("Adding Season To DB. [SeriesID:{0} SeasonID:{1} SeasonNumber:{2} Folder:{3}]", seriesId, seasonId, seasonNumber, "????");
|
||||
|
||||
var newSeason = new Season()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue