mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 13:32:17 -07:00
parent
52fc5ae1ea
commit
c02b66ec44
102 changed files with 299 additions and 300 deletions
|
@ -15,18 +15,18 @@ namespace NzbDrone.Core.Organizer
|
|||
{
|
||||
var validationFailure = new ValidationFailure("StandardTrackFormat", ERROR_MESSAGE);
|
||||
|
||||
//TODO Add Validation for TrackFilename
|
||||
//var parsedEpisodeInfo = Parser.Parser.ParseTitle(sampleResult.FileName);
|
||||
// TODO Add Validation for TrackFilename
|
||||
// var parsedEpisodeInfo = Parser.Parser.ParseTitle(sampleResult.FileName);
|
||||
|
||||
//if (parsedEpisodeInfo == null)
|
||||
//{
|
||||
// if (parsedEpisodeInfo == null)
|
||||
// {
|
||||
// return validationFailure;
|
||||
//}
|
||||
// }
|
||||
|
||||
//if (!ValidateSeasonAndEpisodeNumbers(sampleResult.Episodes, parsedEpisodeInfo))
|
||||
//{
|
||||
// if (!ValidateSeasonAndEpisodeNumbers(sampleResult.Episodes, parsedEpisodeInfo))
|
||||
// {
|
||||
// return validationFailure;
|
||||
//}
|
||||
// }
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue