Fixed broken build

This commit is contained in:
kay.one 2011-06-21 18:22:52 -07:00
commit f6ccb5e17c
2 changed files with 5 additions and 4 deletions

View file

@ -143,7 +143,7 @@ namespace NzbDrone.Core.Providers
}
public virtual bool RenameEpisodeFile(EpisodeFile episodeFile)
public virtual bool MoveEpisodeFile(EpisodeFile episodeFile)
{
if (episodeFile == null)
throw new ArgumentNullException("episodeFile");