mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed broken build
This commit is contained in:
parent
31c16b9004
commit
f6ccb5e17c
2 changed files with 5 additions and 4 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue